Html Css Color HEX #606058 Storm Dust

📋 copy color: '#606058'

red 96 ◦ green 96 ◦ blue 88

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

Shades of Storm Dust #606058

Tints of Storm Dust #606058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

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

R = 34.29%
G = 34.29%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#606058 (or 0x606058) is known color: Storm Dust. HEX triplet: 60, 60 and 58. RGB value is (96,96,88). Sum of RGB (Red+Green+Blue) = 96+96+88=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606058 is #9F9FA7. Grayscale: #5F5F5F. Windows color (decimal): -10461096 or 5791840. OLE color: 5791840.

HSL color Cylindrical-coordinate representation of color #606058: hue angle of 60º 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 #606058 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 96 88 -
CMYK 0 0 0.08 0.62
HSL 60º 0.04% 0.36% -
HSV(B) 60º 0.08% 0.38% -
XYZ 10.77 11.56 10.9 -
YUV 95.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 96 96 88 0 0 0.08 0.62 60 0.04 0.36
Hex 60 60 58 0 0 8 3E 3C 4 24
Octal 140 140 130 0 0 10 76 74 4 44
Binary 1100000 1100000 1011000 0 0 1000 111110 111100 100 100100

Color Harmonies of #606058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606058

Black with #606058

Text Example


Text Example

White with #606058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606058; }

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

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

background-color css

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

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

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

border-color css

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

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

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