#57556A

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

Shades of Smoky #57556A

Tints of Smoky #57556A

Color information

#57556A (or 0x57556A) is unknown color: approx Smoky. HEX triplet: 57, 55 and 6A. RGB value is (87,85,106). Sum of RGB (Red+Green+Blue) = 87+85+106=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 106 - color contains mainly: blue. Hex color #57556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57556A is #A8AA95. Grayscale: #575757. Windows color (decimal): -11053718 or 6968663. OLE color: 6968663.

HSL color Cylindrical-coordinate representation of color #57556A: hue angle of 245.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #57556A is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8785106-
CMYK0.180.2000.58
HSL245.71º10.99%37.45%-
HSV(B)245.71º19.81%41.57%-
XYZ9.789.5614.97-
YUV87.99138.16127.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=31.29%
G=30.58%
B=38.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87851060.180.2000.58245.7110.9937.45
Hex57556A121403Af6b25
Octal12712515222240723661345
Binary10101111010101110101010010101000111010111101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57556A; }

 p { color: rgb(87,85,106); }

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

<style>
 a { background-color: #57556A; }

 a { background-color: rgb(87,85,106); }

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

<style>
 span { border-color: #57556A; }

 span { border-color: rgb(87,85,106); }

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