Html Css Color HEX #58444D Liver

📋 copy color: '#58444D'

red 88 ◦ green 68 ◦ blue 77

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

Shades of Liver #58444D

Tints of Liver #58444D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.18%

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

R = 37.77%
G = 29.18%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58444D (or 0x58444D) is known color: Liver. HEX triplet: 58, 44 and 4D. RGB value is (88,68,77). Sum of RGB (Red+Green+Blue) = 88+68+77=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #58444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58444D is #A7BBB2. Grayscale: #4A4A4A. Windows color (decimal): -10992563 or 5063768. OLE color: 5063768.

HSL color Cylindrical-coordinate representation of color #58444D: hue angle of 333º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58444D is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 68 77 -
CMYK 0 0.23 0.12 0.65
HSL 333º 0.13% 0.31% -
HSV(B) 333º 0.23% 0.35% -
XYZ 7.43 6.74 7.93 -
YUV 75.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 88 68 77 0 0.23 0.12 0.65 333 0.13 0.31
Hex 58 44 4D 0 17 C 41 14D D 1F
Octal 130 104 115 0 27 14 101 515 15 37
Binary 1011000 1000100 1001101 0 10111 1100 1000001 101001101 1101 11111

Color Harmonies of #58444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58444D

Black with #58444D

Text Example


Text Example

White with #58444D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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