#515A76

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

Shades of Chambray #515A76

Tints of Chambray #515A76

Color information

#515A76 (or 0x515A76) is unknown color: approx Chambray. HEX triplet: 51, 5A and 76. RGB value is (81,90,118). Sum of RGB (Red+Green+Blue) = 81+90+118=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #515A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A76 is #AEA589. Grayscale: #5A5A5A. Windows color (decimal): -11445642 or 7756369. OLE color: 7756369.

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

Color convert

RGB8190118-
CMYK0.310.2400.54
HSL225.41º18.59%39.02%-
HSV(B)225.41º31.36%46.27%-
XYZ10.3210.3718.6-
YUV90.5143.52121.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.03%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=28.03%
G=31.14%
B=40.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81901180.310.2400.54225.4118.5939.02
Hex515A761F18036e11327
Octal12113216637300663412347
Binary101000110110101110110111111100001101101110000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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