Html Css Color HEX #595572 Smoky

📋 copy color: '#595572'

red 89 ◦ green 85 ◦ blue 114

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

Shades of Smoky #595572

Tints of Smoky #595572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.58%

R = 30.9%
G = 29.51%
B = 39.58%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#595572 (or 0x595572) is known color: Smoky. HEX triplet: 59, 55 and 72. RGB value is (89,85,114). Sum of RGB (Red+Green+Blue) = 89+85+114=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 114 - color contains mainly: blue. Hex color #595572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595572 is #A6AA8D. Grayscale: #595959. Windows color (decimal): -10922638 or 7492953. OLE color: 7492953.

HSL color Cylindrical-coordinate representation of color #595572: hue angle of 248.28º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #595572 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 85 114 -
CMYK 0.22 0.25 0 0.55
HSL 248.28º 0.15% 0.39% -
HSV(B) 248.28º 0.25% 0.45% -
XYZ 10.41 9.84 17.27 -
YUV 89.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 89 85 114 0.22 0.25 0 0.55 248.28 0.15 0.39
Hex 59 55 72 16 19 0 37 F8 F 27
Octal 131 125 162 26 31 0 67 370 17 47
Binary 1011001 1010101 1110010 10110 11001 0 110111 11111000 1111 100111

Color Harmonies of #595572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595572

Black with #595572

Text Example


Text Example

White with #595572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595572; }

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

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

background-color css

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

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

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

border-color css

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

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

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