Html Css Color HEX #58404E Liver

📋 copy color: '#58404E'

red 88 ◦ green 64 ◦ blue 78

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

Shades of Liver #58404E

Tints of Liver #58404E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.91%

R = 38.26%
G = 27.83%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58404E (or 0x58404E) is known color: Liver. HEX triplet: 58, 40 and 4E. RGB value is (88,64,78). Sum of RGB (Red+Green+Blue) = 88+64+78=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #58404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58404E is #A7BFB1. Grayscale: #484848. Windows color (decimal): -10993586 or 5128280. OLE color: 5128280.

HSL color Cylindrical-coordinate representation of color #58404E: hue angle of 325º 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 #58404E is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 64 78 -
CMYK 0 0.27 0.11 0.65
HSL 325º 0.16% 0.3% -
HSV(B) 325º 0.27% 0.35% -
XYZ 7.23 6.29 8.04 -
YUV 72.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 88 64 78 0 0.27 0.11 0.65 325 0.16 0.3
Hex 58 40 4E 0 1B B 41 145 10 1E
Octal 130 100 116 0 33 13 101 505 20 36
Binary 1011000 1000000 1001110 0 11011 1011 1000001 101000101 10000 11110

Color Harmonies of #58404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58404E

Black with #58404E

Text Example


Text Example

White with #58404E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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