#5A506F

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

Shades of Smoky #5A506F

Tints of Smoky #5A506F

Color information

#5A506F (or 0x5A506F) is unknown color: approx Smoky. HEX triplet: 5A, 50 and 6F. RGB value is (90,80,111). Sum of RGB (Red+Green+Blue) = 90+80+111=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A506F is #A5AF90. Grayscale: #565656. Windows color (decimal): -10858385 or 7295066. OLE color: 7295066.

HSL color Cylindrical-coordinate representation of color #5A506F: hue angle of 259.35º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A506F is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9080111-
CMYK0.190.2800.56
HSL259.35º16.23%37.45%-
HSV(B)259.35º27.93%43.53%-
XYZ9.959.0616.26-
YUV86.52141.81130.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.03%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 111 (43.75% from 255) = 39.50%
R=32.03%
G=28.47%
B=39.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90801110.190.2800.56259.3516.2337.45
Hex5A506F131C0381031025
Octal13212015723340704032045
Binary1011010101000011011111001111100011100010000001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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