Html Css Color HEX #58474F Liver

📋 copy color: '#58474F'

red 88 ◦ green 71 ◦ blue 79

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

Shades of Liver #58474F

Tints of Liver #58474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.19%

R = 36.97%
G = 29.83%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58474F (or 0x58474F) is known color: Liver. HEX triplet: 58, 47 and 4F. RGB value is (88,71,79). Sum of RGB (Red+Green+Blue) = 88+71+79=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #58474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58474F is #A7B8B0. Grayscale: #4C4C4C. Windows color (decimal): -10991793 or 5195608. OLE color: 5195608.

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

Color convert

RGB 88 71 79 -
CMYK 0 0.19 0.10 0.65
HSL 331.76º 0.11% 0.31% -
HSV(B) 331.76º 0.19% 0.35% -
XYZ 7.69 7.15 8.37 -
YUV 77 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 88 71 79 0 0.19 0.10 0.65 331.76 0.11 0.31
Hex 58 47 4F 0 13 A 41 14C B 1F
Octal 130 107 117 0 23 12 101 514 13 37
Binary 1011000 1000111 1001111 0 10011 1010 1000001 101001100 1011 11111

Color Harmonies of #58474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58474F

Black with #58474F

Text Example


Text Example

White with #58474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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