Html Css Color HEX #58474D Liver

📋 copy color: '#58474D'

red 88 ◦ green 71 ◦ blue 77

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

Shades of Liver #58474D

Tints of Liver #58474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.63%

R = 37.29%
G = 30.08%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58474D (or 0x58474D) is known color: Liver. HEX triplet: 58, 47 and 4D. RGB value is (88,71,77). Sum of RGB (Red+Green+Blue) = 88+71+77=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #58474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58474D is #A7B8B2. Grayscale: #4C4C4C. Windows color (decimal): -10991795 or 5064536. OLE color: 5064536.

HSL color Cylindrical-coordinate representation of color #58474D: hue angle of 338.82º 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 #58474D is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 71 77 -
CMYK 0 0.19 0.12 0.65
HSL 338.82º 0.11% 0.31% -
HSV(B) 338.82º 0.19% 0.35% -
XYZ 7.62 7.12 7.99 -
YUV 76.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 88 71 77 0 0.19 0.12 0.65 338.82 0.11 0.31
Hex 58 47 4D 0 13 C 41 153 B 1F
Octal 130 107 115 0 23 14 101 523 13 37
Binary 1011000 1000111 1001101 0 10011 1100 1000001 101010011 1011 11111

Color Harmonies of #58474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58474D

Black with #58474D

Text Example


Text Example

White with #58474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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