Html Css Color HEX #595473 Smoky

📋 copy color: '#595473'

red 89 ◦ green 84 ◦ blue 115

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

Shades of Smoky #595473

Tints of Smoky #595473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

 BLUE value IS 115 (45.31% from 255) = 39.93%

R = 30.9%
G = 29.17%
B = 39.93%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#595473 (or 0x595473) is known color: Smoky. HEX triplet: 59, 54 and 73. RGB value is (89,84,115). Sum of RGB (Red+Green+Blue) = 89+84+115=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #595473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595473 is #A6AB8C. Grayscale: #585858. Windows color (decimal): -10922893 or 7558233. OLE color: 7558233.

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

Color convert

RGB 89 84 115 -
CMYK 0.23 0.27 0 0.55
HSL 249.68º 0.16% 0.39% -
HSV(B) 249.68º 0.27% 0.45% -
XYZ 10.38 9.7 17.55 -
YUV 89.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 89 84 115 0.23 0.27 0 0.55 249.68 0.16 0.39
Hex 59 54 73 17 1B 0 37 FA 10 27
Octal 131 124 163 27 33 0 67 372 20 47
Binary 1011001 1010100 1110011 10111 11011 0 110111 11111010 10000 100111

Color Harmonies of #595473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595473

Black with #595473

Text Example


Text Example

White with #595473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595473; }

 p { color: rgb(89,84,115); }

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

background-color css

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

 a { background-color: rgb(89,84,115); }

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

border-color css

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

 span { border-color: rgb(89,84,115); }

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