#5F597C

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

Shades of Smoky #5F597C

Tints of Smoky #5F597C

Color information

#5F597C (or 0x5F597C) is unknown color: approx Smoky. HEX triplet: 5F, 59 and 7C. RGB value is (95,89,124). Sum of RGB (Red+Green+Blue) = 95+89+124=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F597C is #A0A683. Grayscale: #5E5E5E. Windows color (decimal): -10528388 or 8149343. OLE color: 8149343.

HSL color Cylindrical-coordinate representation of color #5F597C: hue angle of 250.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F597C is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9589124-
CMYK0.230.2800.51
HSL250.29º16.43%41.76%-
HSV(B)250.29º28.23%48.63%-
XYZ11.9311.0320.57-
YUV94.78144.49128.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.84%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=30.84%
G=28.90%
B=40.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95891240.230.2800.51250.2916.4341.76
Hex5F597C171C033fa102a
Octal13713117427340633722052
Binary101111110110011111100101111110001100111111101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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