Html Css Color HEX #59595E Smoky

📋 copy color: '#59595E'

red 89 ◦ green 89 ◦ blue 94

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

Shades of Smoky #59595E

Tints of Smoky #59595E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 32.72%
G = 32.72%
B = 34.56%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59595E (or 0x59595E) is known color: Smoky. HEX triplet: 59, 59 and 5E. RGB value is (89,89,94). Sum of RGB (Red+Green+Blue) = 89+89+94=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 94 - color contains mainly: blue. Hex color #59595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59595E is #A6A6A1. Grayscale: #595959. Windows color (decimal): -10921634 or 6183257. OLE color: 6183257.

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

Color convert

RGB 89 89 94 -
CMYK 0.05 0.05 0 0.63
HSL 240º 0.03% 0.36% -
HSV(B) 240º 0.05% 0.37% -
XYZ 9.71 10.08 12.02 -
YUV 89.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 89 89 94 0.05 0.05 0 0.63 240 0.03 0.36
Hex 59 59 5E 5 5 0 3F F0 3 24
Octal 131 131 136 5 5 0 77 360 3 44
Binary 1011001 1011001 1011110 101 101 0 111111 11110000 11 100100

Color Harmonies of #59595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59595E

Black with #59595E

Text Example


Text Example

White with #59595E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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