#5A566C

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

Shades of Smoky #5A566C

Tints of Smoky #5A566C

Color information

#5A566C (or 0x5A566C) is unknown color: approx Smoky. HEX triplet: 5A, 56 and 6C. RGB value is (90,86,108). Sum of RGB (Red+Green+Blue) = 90+86+108=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A566C is #A5A993. Grayscale: #595959. Windows color (decimal): -10856852 or 7099994. OLE color: 7099994.

HSL color Cylindrical-coordinate representation of color #5A566C: hue angle of 250.91º 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 #5A566C is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9086108-
CMYK0.170.2000.58
HSL250.91º11.34%38.04%-
HSV(B)250.91º20.37%42.35%-
XYZ10.259.9115.56-
YUV89.7138.33128.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.69%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=31.69%
G=30.28%
B=38.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90861080.170.2000.58250.9111.3438.04
Hex5A566C111403Afbb26
Octal13212615421240723731346
Binary10110101010110110110010001101000111010111110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A566C; }

 p { color: rgb(90,86,108); }

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

<style>
 a { background-color: #5A566C; }

 a { background-color: rgb(90,86,108); }

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

<style>
 span { border-color: #5A566C; }

 span { border-color: rgb(90,86,108); }

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