Html Css Color HEX #58444F Liver

📋 copy color: '#58444F'

red 88 ◦ green 68 ◦ blue 79

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

Shades of Liver #58444F

Tints of Liver #58444F

RGB

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

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

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

R = 37.45%
G = 28.94%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58444F (or 0x58444F) is known color: Liver. HEX triplet: 58, 44 and 4F. RGB value is (88,68,79). Sum of RGB (Red+Green+Blue) = 88+68+79=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #58444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58444F is #A7BBB0. Grayscale: #4B4B4B. Windows color (decimal): -10992561 or 5194840. OLE color: 5194840.

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

Color convert

RGB 88 68 79 -
CMYK 0 0.23 0.10 0.65
HSL 327º 0.13% 0.31% -
HSV(B) 327º 0.23% 0.35% -
XYZ 7.5 6.77 8.31 -
YUV 75.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 88 68 79 0 0.23 0.10 0.65 327 0.13 0.31
Hex 58 44 4F 0 17 A 41 147 D 1F
Octal 130 104 117 0 27 12 101 507 15 37
Binary 1011000 1000100 1001111 0 10111 1010 1000001 101000111 1101 11111

Color Harmonies of #58444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58444F

Black with #58444F

Text Example


Text Example

White with #58444F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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