Html Css Color HEX #595474 Smoky

📋 copy color: '#595474'

red 89 ◦ green 84 ◦ blue 116

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

Shades of Smoky #595474

Tints of Smoky #595474

RGB

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

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

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

R = 30.8%
G = 29.07%
B = 40.14%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#595474 (or 0x595474) is known color: Smoky. HEX triplet: 59, 54 and 74. RGB value is (89,84,116). Sum of RGB (Red+Green+Blue) = 89+84+116=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #595474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595474 is #A6AB8B. Grayscale: #595959. Windows color (decimal): -10922892 or 7623769. OLE color: 7623769.

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

Color convert

RGB 89 84 116 -
CMYK 0.23 0.28 0 0.55
HSL 249.38º 0.16% 0.39% -
HSV(B) 249.38º 0.28% 0.45% -
XYZ 10.44 9.73 17.85 -
YUV 89.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 89 84 116 0.23 0.28 0 0.55 249.38 0.16 0.39
Hex 59 54 74 17 1C 0 37 F9 10 27
Octal 131 124 164 27 34 0 67 371 20 47
Binary 1011001 1010100 1110100 10111 11100 0 110111 11111001 10000 100111

Color Harmonies of #595474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595474

Black with #595474

Text Example


Text Example

White with #595474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595474; }

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

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

background-color css

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

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

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

border-color css

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

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

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