Html Css Color HEX #594450 Liver

📋 copy color: '#594450'

red 89 ◦ green 68 ◦ blue 80

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

Shades of Liver #594450

Tints of Liver #594450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

 BLUE value IS 80 (31.64% from 255) = 33.76%

R = 37.55%
G = 28.69%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#594450 (or 0x594450) is known color: Liver. HEX triplet: 59, 44 and 50. RGB value is (89,68,80). Sum of RGB (Red+Green+Blue) = 89+68+80=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #594450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594450 is #A6BBAF. Grayscale: #4B4B4B. Windows color (decimal): -10927024 or 5260377. OLE color: 5260377.

HSL color Cylindrical-coordinate representation of color #594450: hue angle of 325.71º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #594450 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 68 80 -
CMYK 0 0.24 0.10 0.65
HSL 325.71º 0.13% 0.31% -
HSV(B) 325.71º 0.24% 0.35% -
XYZ 7.63 6.84 8.51 -
YUV 75.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 89 68 80 0 0.24 0.10 0.65 325.71 0.13 0.31
Hex 59 44 50 0 18 A 41 146 D 1F
Octal 131 104 120 0 30 12 101 506 15 37
Binary 1011001 1000100 1010000 0 11000 1010 1000001 101000110 1101 11111

Color Harmonies of #594450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594450

Black with #594450

Text Example


Text Example

White with #594450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594450; }

 p { color: rgb(89,68,80); }

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

background-color css

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

 a { background-color: rgb(89,68,80); }

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

border-color css

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

 span { border-color: rgb(89,68,80); }

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