#515F6F

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

Shades of Chambray #515F6F

Tints of Chambray #515F6F

Color information

#515F6F (or 0x515F6F) is unknown color: approx Chambray. HEX triplet: 51, 5F and 6F. RGB value is (81,95,111). Sum of RGB (Red+Green+Blue) = 81+95+111=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #515F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F6F is #AEA090. Grayscale: #5C5C5C. Windows color (decimal): -11444369 or 7298897. OLE color: 7298897.

HSL color Cylindrical-coordinate representation of color #515F6F: hue angle of 212º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #515F6F is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8195111-
CMYK0.270.1400.56
HSL212º15.62%37.65%-
HSV(B)212º27.03%43.53%-
XYZ10.3511.0816.63-
YUV92.64138.36119.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.22%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=28.22%
G=33.10%
B=38.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81951110.270.1400.5621215.6237.65
Hex515F6F1BE038d41026
Octal12113715733160703242046
Binary10100011011111110111111011111001110001101010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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