#57516E

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

Shades of Smoky #57516E

Tints of Smoky #57516E

Color information

#57516E (or 0x57516E) is unknown color: approx Smoky. HEX triplet: 57, 51 and 6E. RGB value is (87,81,110). Sum of RGB (Red+Green+Blue) = 87+81+110=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #57516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57516E is #A8AE91. Grayscale: #555555. Windows color (decimal): -11054738 or 7229783. OLE color: 7229783.

HSL color Cylindrical-coordinate representation of color #57516E: hue angle of 252.41º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57516E is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8781110-
CMYK0.210.2600.57
HSL252.41º15.18%37.45%-
HSV(B)252.41º26.36%43.14%-
XYZ9.699.0415.99-
YUV86.1141.49128.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=31.29%
G=29.14%
B=39.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87811100.210.2600.57252.4115.1837.45
Hex57516E151A039fcf25
Octal12712115625320713741745
Binary10101111010001110111010101110100111001111111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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