#516183

Color #516183 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #516183

Tints of Chambray #516183

Color information

#516183 (or 0x516183) is unknown color: approx Chambray. HEX triplet: 51, 61 and 83. RGB value is (81,97,131). Sum of RGB (Red+Green+Blue) = 81+97+131=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #516183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516183 is #AE9E7C. Grayscale: #5F5F5F. Windows color (decimal): -11443837 or 8610129. OLE color: 8610129.

HSL color Cylindrical-coordinate representation of color #516183: hue angle of 220.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #516183 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8197131-
CMYK0.380.2600.49
HSL220.8º23.58%41.57%-
HSV(B)220.8º38.17%51.37%-
XYZ11.7611.9423.16-
YUV96.09147.7117.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=26.21%
G=31.39%
B=42.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81971310.380.2600.49220.823.5841.57
Hex516183261A031dd182a
Octal12114120346320613353052
Binary10100011100001100000111001101101001100011101110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516183; }

 p { color: rgb(81,97,131); }

 H1.HeaderClassName
 {
   color: #516183;
 }
 .AnyTagClassName
 {
   color: #516183;
 }
</style>
background-color css

<style>
 a { background-color: #516183; }

 a { background-color: rgb(81,97,131); }

 div.DivClassName
 {
   background-color: #516183;
 }
 .BgClassName
 {
   background-color: #516183;
 }
</style>
border-color css

<style>
 span { border-color: #516183; }

 span { border-color: rgb(81,97,131); }

 td.TdClassName
 {
   border-color: #516183;
 }
 .TagClassName
 {
   border-color: #516183;
 }
</style>