Html Css Color HEX #58414C Liver

📋 copy color: '#58414C'

red 88 ◦ green 65 ◦ blue 76

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

Shades of Liver #58414C

Tints of Liver #58414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.38%

 BLUE value IS 76 (30.08% from 255) = 33.19%

R = 38.43%
G = 28.38%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58414C (or 0x58414C) is known color: Liver. HEX triplet: 58, 41 and 4C. RGB value is (88,65,76). Sum of RGB (Red+Green+Blue) = 88+65+76=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 88 - color contains mainly: red. Hex color #58414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58414C is #A7BEB3. Grayscale: #494949. Windows color (decimal): -10993332 or 4997464. OLE color: 4997464.

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

Color convert

RGB 88 65 76 -
CMYK 0 0.26 0.14 0.65
HSL 331.3º 0.15% 0.3% -
HSV(B) 331.3º 0.26% 0.35% -
XYZ 7.22 6.38 7.69 -
YUV 73.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 88 65 76 0 0.26 0.14 0.65 331.3 0.15 0.3
Hex 58 41 4C 0 1A E 41 14B F 1E
Octal 130 101 114 0 32 16 101 513 17 36
Binary 1011000 1000001 1001100 0 11010 1110 1000001 101001011 1111 11110

Color Harmonies of #58414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58414C

Black with #58414C

Text Example


Text Example

White with #58414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58414C; }

 p { color: rgb(88,65,76); }

 H1.HeaderClassName
 {
   color: #58414C;
 }
 .AnyTagClassName
 {
   color: #58414C;
 }
</style>

background-color css

<style>
 a { background-color: #58414C; }

 a { background-color: rgb(88,65,76); }

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

border-color css

<style>
 span { border-color: #58414C; }

 span { border-color: rgb(88,65,76); }

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