Html Css Color HEX #5F596D Smoky

📋 copy color: '#5F596D'

red 95 ◦ green 89 ◦ blue 109

#5F596D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoky #5F596D

Tints of Smoky #5F596D

RGB

 RED value IS 95 (37.5% from 255) = 32.42%

 GREEN value IS 89 (35.16% from 255) = 30.38%

 BLUE value IS 109 (42.97% from 255) = 37.2%

R = 32.42%
G = 30.38%
B = 37.2%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5F596D (or 0x5F596D) is known color: Smoky. HEX triplet: 5F, 59 and 6D. RGB value is (95,89,109). Sum of RGB (Red+Green+Blue) = 95+89+109=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F596D is #A0A692. Grayscale: #5C5C5C. Windows color (decimal): -10528403 or 7166303. OLE color: 7166303.

HSL color Cylindrical-coordinate representation of color #5F596D: hue angle of 258º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F596D is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 95 89 109 -
CMYK 0.13 0.18 0 0.57
HSL 258º 0.1% 0.39% -
HSV(B) 258º 0.18% 0.43% -
XYZ 11.05 10.68 15.95 -
YUV 93.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 95 89 109 0.13 0.18 0 0.57 258 0.1 0.39
Hex 5F 59 6D D 12 0 39 102 A 27
Octal 137 131 155 15 22 0 71 402 12 47
Binary 1011111 1011001 1101101 1101 10010 0 111001 100000010 1010 100111

Color Harmonies of #5F596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F596D

Black with #5F596D

Text Example


Text Example

White with #5F596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F596D;
 }
 .AnyTagClassName
 {
   color: #5F596D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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