#515C87

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

Shades of Chambray #515C87

Tints of Chambray #515C87

Color information

#515C87 (or 0x515C87) is unknown color: approx Chambray. HEX triplet: 51, 5C and 87. RGB value is (81,92,135). Sum of RGB (Red+Green+Blue) = 81+92+135=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #515C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515C87 is #AEA378. Grayscale: #5D5D5D. Windows color (decimal): -11445113 or 8870993. OLE color: 8870993.

HSL color Cylindrical-coordinate representation of color #515C87: hue angle of 227.78º 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 #515C87 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8192135-
CMYK0.400.3200.47
HSL227.78º25%42.35%-
HSV(B)227.78º40%52.94%-
XYZ11.5911.1524.46-
YUV93.61151.36119-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 92 (36.33% from 255) = 29.87%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=26.30%
G=29.87%
B=43.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81921350.400.3200.47227.782542.35
Hex515C87282002Fe4192a
Octal12113420750400573443152
Binary101000110111001000011110100010000001011111110010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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