#5A556D

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

Shades of Smoky #5A556D

Tints of Smoky #5A556D

Color information

#5A556D (or 0x5A556D) is unknown color: approx Smoky. HEX triplet: 5A, 55 and 6D. RGB value is (90,85,109). Sum of RGB (Red+Green+Blue) = 90+85+109=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A556D is #A5AA92. Grayscale: #595959. Windows color (decimal): -10857107 or 7165274. OLE color: 7165274.

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

Color convert

RGB9085109-
CMYK0.170.2200.57
HSL252.5º12.37%38.04%-
HSV(B)252.5º22.02%42.75%-
XYZ10.239.7715.82-
YUV89.23139.16128.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.69%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=31.69%
G=29.93%
B=38.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90851090.170.2200.57252.512.3738.04
Hex5A556D1116039fcc26
Octal13212515521260713741446
Binary10110101010101110110110001101100111001111111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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