#594B54

Color #594B54 Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #594B54

Tints of Liver #594B54

Color information

#594B54 (or 0x594B54) is unknown color: approx Liver. HEX triplet: 59, 4B and 54. RGB value is (89,75,84). Sum of RGB (Red+Green+Blue) = 89+75+84=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 89 - color contains mainly: red. Hex color #594B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594B54 is #A6B4AB. Grayscale: #505050. Windows color (decimal): -10925228 or 5524313. OLE color: 5524313.

HSL color Cylindrical-coordinate representation of color #594B54: hue angle of 321.43º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #594B54 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB897584-
CMYK00.160.060.65
HSL321.43º8.54%32.16%-
HSV(B)321.43º15.73%34.9%-
XYZ8.247.89.46-
YUV80.21130.14134.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.89%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 84 (33.20% from 255) = 33.87%
R=35.89%
G=30.24%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89758400.160.060.65321.438.5432.16
Hex594B54010641141920
Octal13111312402061015011140
Binary10110011001011101010001000011010000011010000011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594B54; }

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

 H1.HeaderClassName
 {
   color: #594B54;
 }
 .AnyTagClassName
 {
   color: #594B54;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #594B54;
 }
 .BgClassName
 {
   background-color: #594B54;
 }
</style>
border-color css

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

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

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