#57536C

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

Shades of Smoky #57536C

Tints of Smoky #57536C

Color information

#57536C (or 0x57536C) is unknown color: approx Smoky. HEX triplet: 57, 53 and 6C. RGB value is (87,83,108). Sum of RGB (Red+Green+Blue) = 87+83+108=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #57536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57536C is #A8AC93. Grayscale: #565656. Windows color (decimal): -11054228 or 7099223. OLE color: 7099223.

HSL color Cylindrical-coordinate representation of color #57536C: hue angle of 249.6º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #57536C is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8783108-
CMYK0.190.2300.58
HSL249.6º13.09%37.45%-
HSV(B)249.6º23.15%42.35%-
XYZ9.739.315.47-
YUV87.05139.83127.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=31.29%
G=29.86%
B=38.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87831080.190.2300.58249.613.0937.45
Hex57536C131703Afad25
Octal12712315423270723721545
Binary10101111010011110110010011101110111010111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57536C; }

 p { color: rgb(87,83,108); }

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

<style>
 a { background-color: #57536C; }

 a { background-color: rgb(87,83,108); }

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

<style>
 span { border-color: #57536C; }

 span { border-color: rgb(87,83,108); }

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