Html Css Color HEX #58414E Liver

📋 copy color: '#58414E'

red 88 ◦ green 65 ◦ blue 78

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

Shades of Liver #58414E

Tints of Liver #58414E

RGB

 RED value IS 88 (34.77% from 255) = 38.1%

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

 BLUE value IS 78 (30.86% from 255) = 33.77%

R = 38.1%
G = 28.14%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58414E (or 0x58414E) is known color: Liver. HEX triplet: 58, 41 and 4E. RGB value is (88,65,78). Sum of RGB (Red+Green+Blue) = 88+65+78=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 88 - color contains mainly: red. Hex color #58414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58414E is #A7BEB1. Grayscale: #494949. Windows color (decimal): -10993330 or 5128536. OLE color: 5128536.

HSL color Cylindrical-coordinate representation of color #58414E: hue angle of 326.09º 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 #58414E is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 65 78 -
CMYK 0 0.26 0.11 0.65
HSL 326.09º 0.15% 0.3% -
HSV(B) 326.09º 0.26% 0.35% -
XYZ 7.29 6.41 8.06 -
YUV 73.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 88 65 78 0 0.26 0.11 0.65 326.09 0.15 0.3
Hex 58 41 4E 0 1A B 41 146 F 1E
Octal 130 101 116 0 32 13 101 506 17 36
Binary 1011000 1000001 1001110 0 11010 1011 1000001 101000110 1111 11110

Color Harmonies of #58414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58414E

Black with #58414E

Text Example


Text Example

White with #58414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58414E; }

 p { color: rgb(88,65,78); }

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

background-color css

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

 a { background-color: rgb(88,65,78); }

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

border-color css

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

 span { border-color: rgb(88,65,78); }

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