Html Css Color HEX #595577 Smoky

📋 copy color: '#595577'

red 89 ◦ green 85 ◦ blue 119

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

Shades of Smoky #595577

Tints of Smoky #595577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

 BLUE value IS 119 (46.88% from 255) = 40.61%

R = 30.38%
G = 29.01%
B = 40.61%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#595577 (or 0x595577) is known color: Smoky. HEX triplet: 59, 55 and 77. RGB value is (89,85,119). Sum of RGB (Red+Green+Blue) = 89+85+119=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #595577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595577 is #A6AA88. Grayscale: #595959. Windows color (decimal): -10922633 or 7820633. OLE color: 7820633.

HSL color Cylindrical-coordinate representation of color #595577: hue angle of 247.06º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #595577 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 85 119 -
CMYK 0.25 0.29 0 0.53
HSL 247.06º 0.17% 0.4% -
HSV(B) 247.06º 0.29% 0.47% -
XYZ 10.7 9.95 18.81 -
YUV 90.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 89 85 119 0.25 0.29 0 0.53 247.06 0.17 0.4
Hex 59 55 77 19 1D 0 35 F7 11 28
Octal 131 125 167 31 35 0 65 367 21 50
Binary 1011001 1010101 1110111 11001 11101 0 110101 11110111 10001 101000

Color Harmonies of #595577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595577

Black with #595577

Text Example


Text Example

White with #595577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595577; }

 p { color: rgb(89,85,119); }

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

background-color css

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

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

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

border-color css

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

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

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