Html Css Color HEX #58414F Liver

📋 copy color: '#58414F'

red 88 ◦ green 65 ◦ blue 79

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

Shades of Liver #58414F

Tints of Liver #58414F

RGB

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

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

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

R = 37.93%
G = 28.02%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58414F (or 0x58414F) is known color: Liver. HEX triplet: 58, 41 and 4F. RGB value is (88,65,79). Sum of RGB (Red+Green+Blue) = 88+65+79=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #58414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58414F is #A7BEB0. Grayscale: #494949. Windows color (decimal): -10993329 or 5194072. OLE color: 5194072.

HSL color Cylindrical-coordinate representation of color #58414F: hue angle of 323.48º 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 #58414F is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 65 79 -
CMYK 0 0.26 0.10 0.65
HSL 323.48º 0.15% 0.3% -
HSV(B) 323.48º 0.26% 0.35% -
XYZ 7.33 6.42 8.25 -
YUV 73.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 88 65 79 0 0.26 0.10 0.65 323.48 0.15 0.3
Hex 58 41 4F 0 1A A 41 143 F 1E
Octal 130 101 117 0 32 12 101 503 17 36
Binary 1011000 1000001 1001111 0 11010 1010 1000001 101000011 1111 11110

Color Harmonies of #58414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58414F

Black with #58414F

Text Example


Text Example

White with #58414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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