#57556B

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

Shades of Smoky #57556B

Tints of Smoky #57556B

Color information

#57556B (or 0x57556B) is unknown color: approx Smoky. HEX triplet: 57, 55 and 6B. RGB value is (87,85,107). Sum of RGB (Red+Green+Blue) = 87+85+107=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #57556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57556B is #A8AA94. Grayscale: #585858. Windows color (decimal): -11053717 or 7034199. OLE color: 7034199.

HSL color Cylindrical-coordinate representation of color #57556B: hue angle of 245.45º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #57556B is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8785107-
CMYK0.190.2100.58
HSL245.45º11.46%37.65%-
HSV(B)245.45º20.56%41.96%-
XYZ9.839.5815.24-
YUV88.11138.66127.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=31.18%
G=30.47%
B=38.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87851070.190.2100.58245.4511.4637.65
Hex57556B131503Af5b26
Octal12712515323250723651346
Binary10101111010101110101110011101010111010111101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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