Html Css Color HEX #605F58 Storm Dust

📋 copy color: '#605F58'

red 96 ◦ green 95 ◦ blue 88

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

Shades of Storm Dust #605F58

Tints of Storm Dust #605F58

RGB

 RED value IS 96 (37.89% from 255) = 34.41%

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

 BLUE value IS 88 (34.77% from 255) = 31.54%

R = 34.41%
G = 34.05%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#605F58 (or 0x605F58) is known color: Storm Dust. HEX triplet: 60, 5F and 58. RGB value is (96,95,88). Sum of RGB (Red+Green+Blue) = 96+95+88=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 96 - color contains mainly: red. Hex color #605F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F58 is #9FA0A7. Grayscale: #5E5E5E. Windows color (decimal): -10461352 or 5791584. OLE color: 5791584.

HSL color Cylindrical-coordinate representation of color #605F58: hue angle of 52.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #605F58 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 95 88 -
CMYK 0 0.01 0.08 0.62
HSL 52.5º 0.04% 0.36% -
HSV(B) 52.5º 0.08% 0.38% -
XYZ 10.68 11.38 10.87 -
YUV 94.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 96 95 88 0 0.01 0.08 0.62 52.5 0.04 0.36
Hex 60 5F 58 0 1 8 3E 34 4 24
Octal 140 137 130 0 1 10 76 64 4 44
Binary 1100000 1011111 1011000 0 1 1000 111110 110100 100 100100

Color Harmonies of #605F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F58

Black with #605F58

Text Example


Text Example

White with #605F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605F58; }

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

 H1.HeaderClassName
 {
   color: #605F58;
 }
 .AnyTagClassName
 {
   color: #605F58;
 }
</style>

background-color css

<style>
 a { background-color: #605F58; }

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

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

border-color css

<style>
 span { border-color: #605F58; }

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

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