#57556D

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

Shades of Smoky #57556D

Tints of Smoky #57556D

Color information

#57556D (or 0x57556D) is unknown color: approx Smoky. HEX triplet: 57, 55 and 6D. RGB value is (87,85,109). Sum of RGB (Red+Green+Blue) = 87+85+109=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #57556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57556D is #A8AA92. Grayscale: #585858. Windows color (decimal): -11053715 or 7165271. OLE color: 7165271.

HSL color Cylindrical-coordinate representation of color #57556D: hue angle of 245º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #57556D is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8785109-
CMYK0.200.2200.57
HSL245º12.37%38.04%-
HSV(B)245º22.02%42.75%-
XYZ9.949.6315.8-
YUV88.33139.66127.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=30.96%
G=30.25%
B=38.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87851090.200.2200.5724512.3738.04
Hex57556D1416039f5c26
Octal12712515524260713651446
Binary10101111010101110110110100101100111001111101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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