Html Css Color HEX #58454C Liver

📋 copy color: '#58454C'

red 88 ◦ green 69 ◦ blue 76

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

Shades of Liver #58454C

Tints of Liver #58454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.61%

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

R = 37.77%
G = 29.61%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58454C (or 0x58454C) is known color: Liver. HEX triplet: 58, 45 and 4C. RGB value is (88,69,76). Sum of RGB (Red+Green+Blue) = 88+69+76=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #58454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58454C is #A7BAB3. Grayscale: #4B4B4B. Windows color (decimal): -10992308 or 4998488. OLE color: 4998488.

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

Color convert

RGB 88 69 76 -
CMYK 0 0.22 0.14 0.65
HSL 337.89º 0.12% 0.31% -
HSV(B) 337.89º 0.22% 0.35% -
XYZ 7.46 6.85 7.77 -
YUV 75.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 88 69 76 0 0.22 0.14 0.65 337.89 0.12 0.31
Hex 58 45 4C 0 16 E 41 152 C 1F
Octal 130 105 114 0 26 16 101 522 14 37
Binary 1011000 1000101 1001100 0 10110 1110 1000001 101010010 1100 11111

Color Harmonies of #58454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58454C

Black with #58454C

Text Example


Text Example

White with #58454C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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