Html Css Color HEX #59424B Liver

📋 copy color: '#59424B'

red 89 ◦ green 66 ◦ blue 75

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

Shades of Liver #59424B

Tints of Liver #59424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

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

R = 38.7%
G = 28.7%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59424B (or 0x59424B) is known color: Liver. HEX triplet: 59, 42 and 4B. RGB value is (89,66,75). Sum of RGB (Red+Green+Blue) = 89+66+75=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 89 - color contains mainly: red. Hex color #59424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59424B is #A6BDB4. Grayscale: #494949. Windows color (decimal): -10927541 or 4932185. OLE color: 4932185.

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

Color convert

RGB 89 66 75 -
CMYK 0 0.26 0.16 0.65
HSL 336.52º 0.15% 0.3% -
HSV(B) 336.52º 0.26% 0.35% -
XYZ 7.34 6.53 7.53 -
YUV 73.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 89 66 75 0 0.26 0.16 0.65 336.52 0.15 0.3
Hex 59 42 4B 0 1A 10 41 151 F 1E
Octal 131 102 113 0 32 20 101 521 17 36
Binary 1011001 1000010 1001011 0 11010 10000 1000001 101010001 1111 11110

Color Harmonies of #59424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59424B

Black with #59424B

Text Example


Text Example

White with #59424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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