#515E76

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

Shades of Chambray #515E76

Tints of Chambray #515E76

Color information

#515E76 (or 0x515E76) is unknown color: approx Chambray. HEX triplet: 51, 5E and 76. RGB value is (81,94,118). Sum of RGB (Red+Green+Blue) = 81+94+118=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #515E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E76 is #AEA189. Grayscale: #5C5C5C. Windows color (decimal): -11444618 or 7757393. OLE color: 7757393.

HSL color Cylindrical-coordinate representation of color #515E76: hue angle of 218.92º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #515E76 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8194118-
CMYK0.310.2000.54
HSL218.92º18.59%39.02%-
HSV(B)218.92º31.36%46.27%-
XYZ10.6711.0618.71-
YUV92.85142.19119.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=27.65%
G=32.08%
B=40.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81941180.310.2000.54218.9218.5939.02
Hex515E761F14036db1327
Octal12113616637240663332347
Binary101000110111101110110111111010001101101101101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,94,118); }

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

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

 a { background-color: rgb(81,94,118); }

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

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

 span { border-color: rgb(81,94,118); }

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