Html Css Color HEX #59506F Smoky

📋 copy color: '#59506F'

red 89 ◦ green 80 ◦ blue 111

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

Shades of Smoky #59506F

Tints of Smoky #59506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 31.79%
G = 28.57%
B = 39.64%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#59506F (or 0x59506F) is known color: Smoky. HEX triplet: 59, 50 and 6F. RGB value is (89,80,111). Sum of RGB (Red+Green+Blue) = 89+80+111=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #59506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59506F is #A6AF90. Grayscale: #565656. Windows color (decimal): -10923921 or 7295065. OLE color: 7295065.

HSL color Cylindrical-coordinate representation of color #59506F: hue angle of 257.42º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59506F is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 80 111 -
CMYK 0.20 0.28 0 0.56
HSL 257.42º 0.16% 0.37% -
HSV(B) 257.42º 0.28% 0.44% -
XYZ 9.86 9.01 16.26 -
YUV 86.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 89 80 111 0.20 0.28 0 0.56 257.42 0.16 0.37
Hex 59 50 6F 14 1C 0 38 101 10 25
Octal 131 120 157 24 34 0 70 401 20 45
Binary 1011001 1010000 1101111 10100 11100 0 111000 100000001 10000 100101

Color Harmonies of #59506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59506F

Black with #59506F

Text Example


Text Example

White with #59506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59506F; }

 p { color: rgb(89,80,111); }

 H1.HeaderClassName
 {
   color: #59506F;
 }
 .AnyTagClassName
 {
   color: #59506F;
 }
</style>

background-color css

<style>
 a { background-color: #59506F; }

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

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

border-color css

<style>
 span { border-color: #59506F; }

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

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