#515F72

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

Shades of Chambray #515F72

Tints of Chambray #515F72

Color information

#515F72 (or 0x515F72) is unknown color: approx Chambray. HEX triplet: 51, 5F and 72. RGB value is (81,95,114). Sum of RGB (Red+Green+Blue) = 81+95+114=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #515F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F72 is #AEA08D. Grayscale: #5C5C5C. Windows color (decimal): -11444366 or 7495505. OLE color: 7495505.

HSL color Cylindrical-coordinate representation of color #515F72: hue angle of 214.55º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #515F72 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8195114-
CMYK0.290.1700.55
HSL214.55º16.92%38.24%-
HSV(B)214.55º28.95%44.71%-
XYZ10.5211.1517.52-
YUV92.98139.86119.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 95 (37.5% from 255) = 32.76%
BLUE value IS 114 (44.92% from 255) = 39.31%
R=27.93%
G=32.76%
B=39.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81951140.290.1700.55214.5516.9238.24
Hex515F721D11037d71126
Octal12113716235210673272146
Binary101000110111111110010111011000101101111101011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,95,114); }

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

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

 a { background-color: rgb(81,95,114); }

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

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

 span { border-color: rgb(81,95,114); }

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