Html Css Color HEX #58484F Liver

📋 copy color: '#58484F'

red 88 ◦ green 72 ◦ blue 79

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

Shades of Liver #58484F

Tints of Liver #58484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

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

R = 36.82%
G = 30.13%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58484F (or 0x58484F) is known color: Liver. HEX triplet: 58, 48 and 4F. RGB value is (88,72,79). Sum of RGB (Red+Green+Blue) = 88+72+79=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #58484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58484F is #A7B7B0. Grayscale: #4D4D4D. Windows color (decimal): -10991537 or 5195864. OLE color: 5195864.

HSL color Cylindrical-coordinate representation of color #58484F: hue angle of 333.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #58484F is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 72 79 -
CMYK 0 0.18 0.10 0.65
HSL 333.75º 0.1% 0.31% -
HSV(B) 333.75º 0.18% 0.35% -
XYZ 7.75 7.27 8.39 -
YUV 77.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 88 72 79 0 0.18 0.10 0.65 333.75 0.1 0.31
Hex 58 48 4F 0 12 A 41 14E A 1F
Octal 130 110 117 0 22 12 101 516 12 37
Binary 1011000 1001000 1001111 0 10010 1010 1000001 101001110 1010 11111

Color Harmonies of #58484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58484F

Black with #58484F

Text Example


Text Example

White with #58484F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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