#5F597A

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

Shades of Smoky #5F597A

Tints of Smoky #5F597A

Color information

#5F597A (or 0x5F597A) is unknown color: approx Smoky. HEX triplet: 5F, 59 and 7A. RGB value is (95,89,122). Sum of RGB (Red+Green+Blue) = 95+89+122=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F597A is #A0A685. Grayscale: #5E5E5E. Windows color (decimal): -10528390 or 8018271. OLE color: 8018271.

HSL color Cylindrical-coordinate representation of color #5F597A: hue angle of 250.91º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F597A is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9589122-
CMYK0.220.2700.52
HSL250.91º15.64%41.37%-
HSV(B)250.91º27.05%47.84%-
XYZ11.810.9819.91-
YUV94.56143.49128.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.05%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=31.05%
G=29.08%
B=39.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95891220.220.2700.52250.9115.6441.37
Hex5F597A161B034fb1029
Octal13713117226330643732051
Binary101111110110011111010101101101101101001111101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,89,122); }

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

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

 a { background-color: rgb(95,89,122); }

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

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

 span { border-color: rgb(95,89,122); }

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