Html Css Color HEX #59384B Liver

📋 copy color: '#59384B'

red 89 ◦ green 56 ◦ blue 75

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

Shades of Liver #59384B

Tints of Liver #59384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.45%

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 40.45%
G = 25.45%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59384B (or 0x59384B) is known color: Liver. HEX triplet: 59, 38 and 4B. RGB value is (89,56,75). Sum of RGB (Red+Green+Blue) = 89+56+75=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #59384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59384B is #A6C7B4. Grayscale: #434343. Windows color (decimal): -10930101 or 4929625. OLE color: 4929625.

HSL color Cylindrical-coordinate representation of color #59384B: hue angle of 325.45º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59384B is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 56 75 -
CMYK 0 0.37 0.16 0.65
HSL 325.45º 0.23% 0.28% -
HSV(B) 325.45º 0.37% 0.35% -
XYZ 6.8 5.46 7.35 -
YUV 68.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 89 56 75 0 0.37 0.16 0.65 325.45 0.23 0.28
Hex 59 38 4B 0 25 10 41 145 17 1C
Octal 131 70 113 0 45 20 101 505 27 34
Binary 1011001 111000 1001011 0 100101 10000 1000001 101000101 10111 11100

Color Harmonies of #59384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59384B

Black with #59384B

Text Example


Text Example

White with #59384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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