Html Css Color HEX #59585D Smoky

📋 copy color: '#59585D'

red 89 ◦ green 88 ◦ blue 93

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

Shades of Smoky #59585D

Tints of Smoky #59585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 32.96%
G = 32.59%
B = 34.44%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59585D (or 0x59585D) is known color: Smoky. HEX triplet: 59, 58 and 5D. RGB value is (89,88,93). Sum of RGB (Red+Green+Blue) = 89+88+93=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 93 - color contains mainly: blue. Hex color #59585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59585D is #A6A7A2. Grayscale: #585858. Windows color (decimal): -10921891 or 6117465. OLE color: 6117465.

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

Color convert

RGB 89 88 93 -
CMYK 0.04 0.05 0 0.64
HSL 252º 0.03% 0.35% -
HSV(B) 252º 0.05% 0.36% -
XYZ 9.59 9.89 11.76 -
YUV 88.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 89 88 93 0.04 0.05 0 0.64 252 0.03 0.35
Hex 59 58 5D 4 5 0 40 FC 3 23
Octal 131 130 135 4 5 0 100 374 3 43
Binary 1011001 1011000 1011101 100 101 0 1000000 11111100 11 100011

Color Harmonies of #59585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59585D

Black with #59585D

Text Example


Text Example

White with #59585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59585D; }

 p { color: rgb(89,88,93); }

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

background-color css

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

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

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

border-color css

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

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

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