Html Css Color HEX #58444B Liver

📋 copy color: '#58444B'

red 88 ◦ green 68 ◦ blue 75

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

Shades of Liver #58444B

Tints of Liver #58444B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.44%

 BLUE value IS 75 (29.69% from 255) = 32.47%

R = 38.1%
G = 29.44%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58444B (or 0x58444B) is known color: Liver. HEX triplet: 58, 44 and 4B. RGB value is (88,68,75). Sum of RGB (Red+Green+Blue) = 88+68+75=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 88 - color contains mainly: red. Hex color #58444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58444B is #A7BBB4. Grayscale: #4A4A4A. Windows color (decimal): -10992565 or 4932696. OLE color: 4932696.

HSL color Cylindrical-coordinate representation of color #58444B: hue angle of 339º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58444B is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 68 75 -
CMYK 0 0.23 0.15 0.65
HSL 339º 0.13% 0.31% -
HSV(B) 339º 0.23% 0.35% -
XYZ 7.36 6.72 7.57 -
YUV 74.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 88 68 75 0 0.23 0.15 0.65 339 0.13 0.31
Hex 58 44 4B 0 17 F 41 153 D 1F
Octal 130 104 113 0 27 17 101 523 15 37
Binary 1011000 1000100 1001011 0 10111 1111 1000001 101010011 1101 11111

Color Harmonies of #58444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58444B

Black with #58444B

Text Example


Text Example

White with #58444B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58444B; }

 p { color: rgb(88,68,75); }

 H1.HeaderClassName
 {
   color: #58444B;
 }
 .AnyTagClassName
 {
   color: #58444B;
 }
</style>

background-color css

<style>
 a { background-color: #58444B; }

 a { background-color: rgb(88,68,75); }

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

border-color css

<style>
 span { border-color: #58444B; }

 span { border-color: rgb(88,68,75); }

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