#5F587A

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

Shades of Smoky #5F587A

Tints of Smoky #5F587A

Color information

#5F587A (or 0x5F587A) is unknown color: approx Smoky. HEX triplet: 5F, 58 and 7A. RGB value is (95,88,122). Sum of RGB (Red+Green+Blue) = 95+88+122=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F587A is #A0A785. Grayscale: #5D5D5D. Windows color (decimal): -10528646 or 8018015. OLE color: 8018015.

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

Color convert

RGB9588122-
CMYK0.220.2800.52
HSL252.35º16.19%41.18%-
HSV(B)252.35º27.87%47.84%-
XYZ11.7210.8219.88-
YUV93.97143.82128.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.15%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 122 (48.05% from 255) = 40%
R=31.15%
G=28.85%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95881220.220.2800.52252.3516.1941.18
Hex5F587A161C034fc1029
Octal13713017226340643742051
Binary101111110110001111010101101110001101001111110010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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