Html Css Color HEX #59414B Liver

📋 copy color: '#59414B'

red 89 ◦ green 65 ◦ blue 75

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

Shades of Liver #59414B

Tints of Liver #59414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.38%

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

R = 38.86%
G = 28.38%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59414B (or 0x59414B) is known color: Liver. HEX triplet: 59, 41 and 4B. RGB value is (89,65,75). Sum of RGB (Red+Green+Blue) = 89+65+75=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #59414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59414B is #A6BEB4. Grayscale: #494949. Windows color (decimal): -10927797 or 4931929. OLE color: 4931929.

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

Color convert

RGB 89 65 75 -
CMYK 0 0.27 0.16 0.65
HSL 335º 0.16% 0.3% -
HSV(B) 335º 0.27% 0.35% -
XYZ 7.28 6.41 7.51 -
YUV 73.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 89 65 75 0 0.27 0.16 0.65 335 0.16 0.3
Hex 59 41 4B 0 1B 10 41 14F 10 1E
Octal 131 101 113 0 33 20 101 517 20 36
Binary 1011001 1000001 1001011 0 11011 10000 1000001 101001111 10000 11110

Color Harmonies of #59414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59414B

Black with #59414B

Text Example


Text Example

White with #59414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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