Html Css Color HEX #58424D Liver

📋 copy color: '#58424D'

red 88 ◦ green 66 ◦ blue 77

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

Shades of Liver #58424D

Tints of Liver #58424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

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

R = 38.1%
G = 28.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58424D (or 0x58424D) is known color: Liver. HEX triplet: 58, 42 and 4D. RGB value is (88,66,77). Sum of RGB (Red+Green+Blue) = 88+66+77=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 88 - color contains mainly: red. Hex color #58424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58424D is #A7BDB2. Grayscale: #494949. Windows color (decimal): -10993075 or 5063256. OLE color: 5063256.

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

Color convert

RGB 88 66 77 -
CMYK 0 0.25 0.12 0.65
HSL 330º 0.14% 0.3% -
HSV(B) 330º 0.25% 0.35% -
XYZ 7.31 6.51 7.89 -
YUV 73.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 88 66 77 0 0.25 0.12 0.65 330 0.14 0.3
Hex 58 42 4D 0 19 C 41 14A E 1E
Octal 130 102 115 0 31 14 101 512 16 36
Binary 1011000 1000010 1001101 0 11001 1100 1000001 101001010 1110 11110

Color Harmonies of #58424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58424D

Black with #58424D

Text Example


Text Example

White with #58424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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