#57516F

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

Shades of Smoky #57516F

Tints of Smoky #57516F

Color information

#57516F (or 0x57516F) is unknown color: approx Smoky. HEX triplet: 57, 51 and 6F. RGB value is (87,81,111). Sum of RGB (Red+Green+Blue) = 87+81+111=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #57516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57516F is #A8AE90. Grayscale: #565656. Windows color (decimal): -11054737 or 7295319. OLE color: 7295319.

HSL color Cylindrical-coordinate representation of color #57516F: hue angle of 252º 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 #57516F is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8781111-
CMYK0.220.2700.56
HSL252º15.62%37.65%-
HSV(B)252º27.03%43.53%-
XYZ9.749.0616.27-
YUV86.21141.99128.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=31.18%
G=29.03%
B=39.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87811110.220.2700.5625215.6237.65
Hex57516F161B038fc1026
Octal12712115726330703742046
Binary101011110100011101111101101101101110001111110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57516F; }

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

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

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

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

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

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

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

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