Html Css Color HEX #58404D Liver

📋 copy color: '#58404D'

red 88 ◦ green 64 ◦ blue 77

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

Shades of Liver #58404D

Tints of Liver #58404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.95%

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

R = 38.43%
G = 27.95%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58404D (or 0x58404D) is known color: Liver. HEX triplet: 58, 40 and 4D. RGB value is (88,64,77). Sum of RGB (Red+Green+Blue) = 88+64+77=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 88 - color contains mainly: red. Hex color #58404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58404D is #A7BFB2. Grayscale: #484848. Windows color (decimal): -10993587 or 5062744. OLE color: 5062744.

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

Color convert

RGB 88 64 77 -
CMYK 0 0.27 0.12 0.65
HSL 327.5º 0.16% 0.3% -
HSV(B) 327.5º 0.27% 0.35% -
XYZ 7.2 6.28 7.85 -
YUV 72.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 88 64 77 0 0.27 0.12 0.65 327.5 0.16 0.3
Hex 58 40 4D 0 1B C 41 148 10 1E
Octal 130 100 115 0 33 14 101 510 20 36
Binary 1011000 1000000 1001101 0 11011 1100 1000001 101001000 10000 11110

Color Harmonies of #58404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58404D

Black with #58404D

Text Example


Text Example

White with #58404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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