Html Css Color HEX #58404F Liver

📋 copy color: '#58404F'

red 88 ◦ green 64 ◦ blue 79

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

Shades of Liver #58404F

Tints of Liver #58404F

RGB

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

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

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

R = 38.1%
G = 27.71%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58404F (or 0x58404F) is known color: Liver. HEX triplet: 58, 40 and 4F. RGB value is (88,64,79). Sum of RGB (Red+Green+Blue) = 88+64+79=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 88 - color contains mainly: red. Hex color #58404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58404F is #A7BFB0. Grayscale: #484848. Windows color (decimal): -10993585 or 5193816. OLE color: 5193816.

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

Color convert

RGB 88 64 79 -
CMYK 0 0.27 0.10 0.65
HSL 322.5º 0.16% 0.3% -
HSV(B) 322.5º 0.27% 0.35% -
XYZ 7.27 6.31 8.23 -
YUV 72.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 88 64 79 0 0.27 0.10 0.65 322.5 0.16 0.3
Hex 58 40 4F 0 1B A 41 142 10 1E
Octal 130 100 117 0 33 12 101 502 20 36
Binary 1011000 1000000 1001111 0 11011 1010 1000001 101000010 10000 11110

Color Harmonies of #58404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58404F

Black with #58404F

Text Example


Text Example

White with #58404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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