Html Css Color HEX #5C5B58 Storm Dust

📋 copy color: '#5C5B58'

red 92 ◦ green 91 ◦ blue 88

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

Shades of Storm Dust #5C5B58

Tints of Storm Dust #5C5B58

RGB

 RED value IS 92 (36.33% from 255) = 33.95%

 GREEN value IS 91 (35.94% from 255) = 33.58%

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

R = 33.95%
G = 33.58%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#5C5B58 (or 0x5C5B58) is known color: Storm Dust. HEX triplet: 5C, 5B and 58. RGB value is (92,91,88). Sum of RGB (Red+Green+Blue) = 92+91+88=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5B58 is #A3A4A7. Grayscale: #5A5A5A. Windows color (decimal): -10724520 or 5790556. OLE color: 5790556.

HSL color Cylindrical-coordinate representation of color #5C5B58: hue angle of 45º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5C5B58 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 91 88 -
CMYK 0 0.01 0.04 0.64
HSL 45º 0.02% 0.35% -
HSV(B) 45º 0.04% 0.36% -
XYZ 9.92 10.46 10.73 -
YUV 90.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 92 91 88 0 0.01 0.04 0.64 45 0.02 0.35
Hex 5C 5B 58 0 1 4 40 2D 2 23
Octal 134 133 130 0 1 4 100 55 2 43
Binary 1011100 1011011 1011000 0 1 100 1000000 101101 10 100011

Color Harmonies of #5C5B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5B58

Black with #5C5B58

Text Example


Text Example

White with #5C5B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,91,88); }

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

background-color css

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

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

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

border-color css

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

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

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