Html Css Color HEX #595574 Smoky

📋 copy color: '#595574'

red 89 ◦ green 85 ◦ blue 116

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

Shades of Smoky #595574

Tints of Smoky #595574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40%

R = 30.69%
G = 29.31%
B = 40%

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

#595574 (or 0x595574) is known color: Smoky. HEX triplet: 59, 55 and 74. RGB value is (89,85,116). Sum of RGB (Red+Green+Blue) = 89+85+116=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 116 - color contains mainly: blue. Hex color #595574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595574 is #A6AA8B. Grayscale: #595959. Windows color (decimal): -10922636 or 7624025. OLE color: 7624025.

HSL color Cylindrical-coordinate representation of color #595574: hue angle of 247.74º degrees, saturation: 0.15, 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 #595574 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 85 116 -
CMYK 0.23 0.27 0 0.55
HSL 247.74º 0.15% 0.39% -
HSV(B) 247.74º 0.27% 0.45% -
XYZ 10.52 9.88 17.88 -
YUV 89.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 89 85 116 0.23 0.27 0 0.55 247.74 0.15 0.39
Hex 59 55 74 17 1B 0 37 F8 F 27
Octal 131 125 164 27 33 0 67 370 17 47
Binary 1011001 1010101 1110100 10111 11011 0 110111 11111000 1111 100111

Color Harmonies of #595574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595574

Black with #595574

Text Example


Text Example

White with #595574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595574; }

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

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

background-color css

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

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

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

border-color css

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

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

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