Html Css Color HEX #59595C Smoky

📋 copy color: '#59595C'

red 89 ◦ green 89 ◦ blue 92

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

Shades of Smoky #59595C

Tints of Smoky #59595C

RGB

 RED value IS 89 (35.16% from 255) = 32.96%

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

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 32.96%
G = 32.96%
B = 34.07%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59595C (or 0x59595C) is known color: Smoky. HEX triplet: 59, 59 and 5C. RGB value is (89,89,92). Sum of RGB (Red+Green+Blue) = 89+89+92=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 92 - color contains mainly: blue. Hex color #59595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59595C is #A6A6A3. Grayscale: #595959. Windows color (decimal): -10921636 or 6052185. OLE color: 6052185.

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

Color convert

RGB 89 89 92 -
CMYK 0.03 0.03 0 0.64
HSL 240º 0.02% 0.35% -
HSV(B) 240º 0.03% 0.36% -
XYZ 9.62 10.04 11.56 -
YUV 89.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 89 89 92 0.03 0.03 0 0.64 240 0.02 0.35
Hex 59 59 5C 3 3 0 40 F0 2 23
Octal 131 131 134 3 3 0 100 360 2 43
Binary 1011001 1011001 1011100 11 11 0 1000000 11110000 10 100011

Color Harmonies of #59595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59595C

Black with #59595C

Text Example


Text Example

White with #59595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59595C; }

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

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

background-color css

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

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

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

border-color css

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

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

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