Html Css Color HEX #58474E Liver

📋 copy color: '#58474E'

red 88 ◦ green 71 ◦ blue 78

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

Shades of Liver #58474E

Tints of Liver #58474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.96%

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

R = 37.13%
G = 29.96%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58474E (or 0x58474E) is known color: Liver. HEX triplet: 58, 47 and 4E. RGB value is (88,71,78). Sum of RGB (Red+Green+Blue) = 88+71+78=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #58474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58474E is #A7B8B1. Grayscale: #4C4C4C. Windows color (decimal): -10991794 or 5130072. OLE color: 5130072.

HSL color Cylindrical-coordinate representation of color #58474E: hue angle of 335.29º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58474E is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 71 78 -
CMYK 0 0.19 0.11 0.65
HSL 335.29º 0.11% 0.31% -
HSV(B) 335.29º 0.19% 0.35% -
XYZ 7.65 7.13 8.18 -
YUV 76.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 88 71 78 0 0.19 0.11 0.65 335.29 0.11 0.31
Hex 58 47 4E 0 13 B 41 14F B 1F
Octal 130 107 116 0 23 13 101 517 13 37
Binary 1011000 1000111 1001110 0 10011 1011 1000001 101001111 1011 11111

Color Harmonies of #58474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58474E

Black with #58474E

Text Example


Text Example

White with #58474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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