#5A5071

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

Shades of Smoky #5A5071

Tints of Smoky #5A5071

Color information

#5A5071 (or 0x5A5071) is unknown color: approx Smoky. HEX triplet: 5A, 50 and 71. RGB value is (90,80,113). Sum of RGB (Red+Green+Blue) = 90+80+113=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5071 is #A5AF8E. Grayscale: #565656. Windows color (decimal): -10858383 or 7426138. OLE color: 7426138.

HSL color Cylindrical-coordinate representation of color #5A5071: hue angle of 258.18º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A5071 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9080113-
CMYK0.200.2900.56
HSL258.18º17.1%37.84%-
HSV(B)258.18º29.2%44.31%-
XYZ10.079.116.85-
YUV86.75142.81130.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=31.80%
G=28.27%
B=39.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90801130.200.2900.56258.1817.137.84
Hex5A5071141D0381021126
Octal13212016124350704022146
Binary1011010101000011100011010011101011100010000001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,80,113); }

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

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

 a { background-color: rgb(90,80,113); }

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

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

 span { border-color: rgb(90,80,113); }

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