#57566B

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

Shades of Smoky #57566B

Tints of Smoky #57566B

Color information

#57566B (or 0x57566B) is unknown color: approx Smoky. HEX triplet: 57, 56 and 6B. RGB value is (87,86,107). Sum of RGB (Red+Green+Blue) = 87+86+107=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #57566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57566B is #A8A994. Grayscale: #585858. Windows color (decimal): -11053461 or 7034455. OLE color: 7034455.

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

Color convert

RGB8786107-
CMYK0.190.2000.58
HSL242.86º10.88%37.84%-
HSV(B)242.86º19.63%41.96%-
XYZ9.919.7415.27-
YUV88.69138.33126.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=31.07%
G=30.71%
B=38.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87861070.190.2000.58242.8610.8837.84
Hex57566B131403Af3b26
Octal12712615323240723631346
Binary10101111010110110101110011101000111010111100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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