#5A556A

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

Shades of Smoky #5A556A

Tints of Smoky #5A556A

Color information

#5A556A (or 0x5A556A) is unknown color: approx Smoky. HEX triplet: 5A, 55 and 6A. RGB value is (90,85,106). Sum of RGB (Red+Green+Blue) = 90+85+106=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A556A is #A5AA95. Grayscale: #585858. Windows color (decimal): -10857110 or 6968666. OLE color: 6968666.

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

Color convert

RGB9085106-
CMYK0.150.2000.58
HSL254.29º10.99%37.45%-
HSV(B)254.29º19.81%41.57%-
XYZ10.079.7114.98-
YUV88.89137.66128.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.03%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=32.03%
G=30.25%
B=37.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90851060.150.2000.58254.2910.9937.45
Hex5A556AF1403Afeb25
Octal13212515217240723761345
Binary1011010101010111010101111101000111010111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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