Html Css Color HEX #5F5F59 Storm Dust

📋 copy color: '#5F5F59'

red 95 ◦ green 95 ◦ blue 89

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

Shades of Storm Dust #5F5F59

Tints of Storm Dust #5F5F59

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.05%

 BLUE value IS 89 (35.16% from 255) = 31.9%

R = 34.05%
G = 34.05%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#5F5F59 (or 0x5F5F59) is known color: Storm Dust. HEX triplet: 5F, 5F and 59. RGB value is (95,95,89). Sum of RGB (Red+Green+Blue) = 95+95+89=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 95 - color contains mainly: red, green. Hex color #5F5F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5F59 is #A0A0A6. Grayscale: #5E5E5E. Windows color (decimal): -10526887 or 5857119. OLE color: 5857119.

HSL color Cylindrical-coordinate representation of color #5F5F59: hue angle of 60º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5F5F59 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 95 89 -
CMYK 0 0 0.06 0.63
HSL 60º 0.03% 0.36% -
HSV(B) 60º 0.06% 0.37% -
XYZ 10.61 11.34 11.08 -
YUV 94.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 95 95 89 0 0 0.06 0.63 60 0.03 0.36
Hex 5F 5F 59 0 0 6 3F 3C 3 24
Octal 137 137 131 0 0 6 77 74 3 44
Binary 1011111 1011111 1011001 0 0 110 111111 111100 11 100100

Color Harmonies of #5F5F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5F59

Black with #5F5F59

Text Example


Text Example

White with #5F5F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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