Html Css Color HEX #595770 Smoky

📋 copy color: '#595770'

red 89 ◦ green 87 ◦ blue 112

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

Shades of Smoky #595770

Tints of Smoky #595770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 30.9%
G = 30.21%
B = 38.89%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#595770 (or 0x595770) is known color: Smoky. HEX triplet: 59, 57 and 70. RGB value is (89,87,112). Sum of RGB (Red+Green+Blue) = 89+87+112=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #595770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595770 is #A6A88F. Grayscale: #5A5A5A. Windows color (decimal): -10922128 or 7362393. OLE color: 7362393.

HSL color Cylindrical-coordinate representation of color #595770: hue angle of 244.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #595770 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 87 112 -
CMYK 0.21 0.22 0 0.56
HSL 244.8º 0.13% 0.39% -
HSV(B) 244.8º 0.22% 0.44% -
XYZ 10.45 10.11 16.73 -
YUV 90.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 89 87 112 0.21 0.22 0 0.56 244.8 0.13 0.39
Hex 59 57 70 15 16 0 38 F5 D 27
Octal 131 127 160 25 26 0 70 365 15 47
Binary 1011001 1010111 1110000 10101 10110 0 111000 11110101 1101 100111

Color Harmonies of #595770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595770

Black with #595770

Text Example


Text Example

White with #595770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595770; }

 p { color: rgb(89,87,112); }

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

background-color css

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

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

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

border-color css

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

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

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