#5A5574

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

Shades of Smoky #5A5574

Tints of Smoky #5A5574

Color information

#5A5574 (or 0x5A5574) is unknown color: approx Smoky. HEX triplet: 5A, 55 and 74. RGB value is (90,85,116). Sum of RGB (Red+Green+Blue) = 90+85+116=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A5574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5574 is #A5AA8B. Grayscale: #595959. Windows color (decimal): -10857100 or 7624026. OLE color: 7624026.

HSL color Cylindrical-coordinate representation of color #5A5574: hue angle of 249.68º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A5574 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9085116-
CMYK0.220.2700.55
HSL249.68º15.42%39.41%-
HSV(B)249.68º26.72%45.49%-
XYZ10.629.9317.88-
YUV90.03142.66127.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.93%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=30.93%
G=29.21%
B=39.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90851160.220.2700.55249.6815.4239.41
Hex5A5574161B037faf27
Octal13212516426330673721747
Binary10110101010101111010010110110110110111111110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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