Html Css Color HEX #595570 Smoky

📋 copy color: '#595570'

red 89 ◦ green 85 ◦ blue 112

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

Shades of Smoky #595570

Tints of Smoky #595570

RGB

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

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

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

R = 31.12%
G = 29.72%
B = 39.16%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#595570 (or 0x595570) is known color: Smoky. HEX triplet: 59, 55 and 70. RGB value is (89,85,112). Sum of RGB (Red+Green+Blue) = 89+85+112=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #595570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595570 is #A6AA8F. Grayscale: #595959. Windows color (decimal): -10922640 or 7361881. OLE color: 7361881.

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

Color convert

RGB 89 85 112 -
CMYK 0.21 0.24 0 0.56
HSL 248.89º 0.14% 0.39% -
HSV(B) 248.89º 0.24% 0.44% -
XYZ 10.29 9.79 16.68 -
YUV 89.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 89 85 112 0.21 0.24 0 0.56 248.89 0.14 0.39
Hex 59 55 70 15 18 0 38 F9 E 27
Octal 131 125 160 25 30 0 70 371 16 47
Binary 1011001 1010101 1110000 10101 11000 0 111000 11111001 1110 100111

Color Harmonies of #595570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595570

Black with #595570

Text Example


Text Example

White with #595570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595570; }

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

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

background-color css

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

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

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

border-color css

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

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

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