#515D87

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

Shades of Chambray #515D87

Tints of Chambray #515D87

Color information

#515D87 (or 0x515D87) is unknown color: approx Chambray. HEX triplet: 51, 5D and 87. RGB value is (81,93,135). Sum of RGB (Red+Green+Blue) = 81+93+135=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #515D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515D87 is #AEA278. Grayscale: #5E5E5E. Windows color (decimal): -11444857 or 8871249. OLE color: 8871249.

HSL color Cylindrical-coordinate representation of color #515D87: hue angle of 226.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515D87 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8193135-
CMYK0.400.3100.47
HSL226.67º25%42.35%-
HSV(B)226.67º40%52.94%-
XYZ11.6811.3324.49-
YUV94.2151.02118.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=26.21%
G=30.10%
B=43.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81931350.400.3100.47226.672542.35
Hex515D87281F02Fe3192a
Octal12113520750370573433152
Binary10100011011101100001111010001111101011111110001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515D87; }

 p { color: rgb(81,93,135); }

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

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

 a { background-color: rgb(81,93,135); }

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

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

 span { border-color: rgb(81,93,135); }

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