Html Css Color HEX #59526E Smoky

📋 copy color: '#59526E'

red 89 ◦ green 82 ◦ blue 110

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

Shades of Smoky #59526E

Tints of Smoky #59526E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.18%

 BLUE value IS 110 (43.36% from 255) = 39.15%

R = 31.67%
G = 29.18%
B = 39.15%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#59526E (or 0x59526E) is known color: Smoky. HEX triplet: 59, 52 and 6E. RGB value is (89,82,110). Sum of RGB (Red+Green+Blue) = 89+82+110=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #59526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59526E is #A6AD91. Grayscale: #575757. Windows color (decimal): -10923410 or 7230041. OLE color: 7230041.

HSL color Cylindrical-coordinate representation of color #59526E: hue angle of 255º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #59526E is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 89 82 110 -
CMYK 0.19 0.25 0 0.57
HSL 255º 0.15% 0.38% -
HSV(B) 255º 0.25% 0.43% -
XYZ 9.95 9.28 16.02 -
YUV 87.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 89 82 110 0.19 0.25 0 0.57 255 0.15 0.38
Hex 59 52 6E 13 19 0 39 FF F 26
Octal 131 122 156 23 31 0 71 377 17 46
Binary 1011001 1010010 1101110 10011 11001 0 111001 11111111 1111 100110

Color Harmonies of #59526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59526E

Black with #59526E

Text Example


Text Example

White with #59526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,82,110); }

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

background-color css

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

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

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

border-color css

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

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

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