Html Css Color HEX #59595A Smoky

📋 copy color: '#59595A'

red 89 ◦ green 89 ◦ blue 90

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

Shades of Smoky #59595A

Tints of Smoky #59595A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 33.21%
G = 33.21%
B = 33.58%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59595A (or 0x59595A) is known color: Smoky. HEX triplet: 59, 59 and 5A. RGB value is (89,89,90). Sum of RGB (Red+Green+Blue) = 89+89+90=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 90 - color contains mainly: blue. Hex color #59595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59595A is #A6A6A5. Grayscale: #595959. Windows color (decimal): -10921638 or 5921113. OLE color: 5921113.

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

Color convert

RGB 89 89 90 -
CMYK 0.01 0.01 0 0.65
HSL 240º 0.01% 0.35% -
HSV(B) 240º 0.01% 0.35% -
XYZ 9.54 10.01 11.1 -
YUV 89.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 89 89 90 0.01 0.01 0 0.65 240 0.01 0.35
Hex 59 59 5A 1 1 0 41 F0 1 23
Octal 131 131 132 1 1 0 101 360 1 43
Binary 1011001 1011001 1011010 1 1 0 1000001 11110000 1 100011

Color Harmonies of #59595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59595A

Black with #59595A

Text Example


Text Example

White with #59595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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