#515976

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

Shades of Chambray #515976

Tints of Chambray #515976

Color information

#515976 (or 0x515976) is unknown color: approx Chambray. HEX triplet: 51, 59 and 76. RGB value is (81,89,118). Sum of RGB (Red+Green+Blue) = 81+89+118=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #515976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515976 is #AEA689. Grayscale: #595959. Windows color (decimal): -11445898 or 7756113. OLE color: 7756113.

HSL color Cylindrical-coordinate representation of color #515976: hue angle of 227.03º 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 #515976 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8189118-
CMYK0.310.2500.54
HSL227.03º18.59%39.02%-
HSV(B)227.03º31.36%46.27%-
XYZ10.2410.218.57-
YUV89.91143.85121.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.12%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=28.12%
G=30.90%
B=40.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81891180.310.2500.54227.0318.5939.02
Hex5159761F19036e31327
Octal12113116637310663432347
Binary101000110110011110110111111100101101101110001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515976; }

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

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

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

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

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

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

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

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