Html Css Color HEX #58464F Liver

📋 copy color: '#58464F'

red 88 ◦ green 70 ◦ blue 79

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

Shades of Liver #58464F

Tints of Liver #58464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

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

R = 37.13%
G = 29.54%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58464F (or 0x58464F) is known color: Liver. HEX triplet: 58, 46 and 4F. RGB value is (88,70,79). Sum of RGB (Red+Green+Blue) = 88+70+79=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #58464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58464F is #A7B9B0. Grayscale: #4C4C4C. Windows color (decimal): -10992049 or 5195352. OLE color: 5195352.

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

Color convert

RGB 88 70 79 -
CMYK 0 0.20 0.10 0.65
HSL 330º 0.11% 0.31% -
HSV(B) 330º 0.2% 0.35% -
XYZ 7.63 7.02 8.35 -
YUV 76.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 88 70 79 0 0.20 0.10 0.65 330 0.11 0.31
Hex 58 46 4F 0 14 A 41 14A B 1F
Octal 130 106 117 0 24 12 101 512 13 37
Binary 1011000 1000110 1001111 0 10100 1010 1000001 101001010 1011 11111

Color Harmonies of #58464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58464F

Black with #58464F

Text Example


Text Example

White with #58464F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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