Html Css Color HEX #595478 Smoky

📋 copy color: '#595478'

red 89 ◦ green 84 ◦ blue 120

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

Shades of Smoky #595478

Tints of Smoky #595478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.96%

R = 30.38%
G = 28.67%
B = 40.96%

CMYK

 C value IS 0.26

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#595478 (or 0x595478) is known color: Smoky. HEX triplet: 59, 54 and 78. RGB value is (89,84,120). Sum of RGB (Red+Green+Blue) = 89+84+120=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #595478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595478 is #A6AB87. Grayscale: #595959. Windows color (decimal): -10922888 or 7885913. OLE color: 7885913.

HSL color Cylindrical-coordinate representation of color #595478: hue angle of 248.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #595478 is Cyan = 0.26, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 84 120 -
CMYK 0.26 0.3 0 0.53
HSL 248.33º 0.18% 0.4% -
HSV(B) 248.33º 0.3% 0.47% -
XYZ 10.68 9.82 19.1 -
YUV 89.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 89 84 120 0.26 0.3 0 0.53 248.33 0.18 0.4
Hex 59 54 78 1A 1E 0 35 F8 12 28
Octal 131 124 170 32 36 0 65 370 22 50
Binary 1011001 1010100 1111000 11010 11110 0 110101 11111000 10010 101000

Color Harmonies of #595478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595478

Black with #595478

Text Example


Text Example

White with #595478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595478; }

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

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

background-color css

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

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

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

border-color css

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

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

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