#5A5672

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

Shades of Smoky #5A5672

Tints of Smoky #5A5672

Color information

#5A5672 (or 0x5A5672) is unknown color: approx Smoky. HEX triplet: 5A, 56 and 72. RGB value is (90,86,114). Sum of RGB (Red+Green+Blue) = 90+86+114=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5672 is #A5A98D. Grayscale: #5A5A5A. Windows color (decimal): -10856846 or 7493210. OLE color: 7493210.

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

Color convert

RGB9086114-
CMYK0.210.2500.55
HSL248.57º14%39.22%-
HSV(B)248.57º24.56%44.71%-
XYZ10.5810.0417.3-
YUV90.39141.33127.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.03%
GREEN value IS 86 (33.98% from 255) = 29.66%
BLUE value IS 114 (44.92% from 255) = 39.31%
R=31.03%
G=29.66%
B=39.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90861140.210.2500.55248.571439.22
Hex5A56721519037f9e27
Octal13212616225310673711647
Binary10110101010110111001010101110010110111111110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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