Html Css Color HEX #58424B Liver

📋 copy color: '#58424B'

red 88 ◦ green 66 ◦ blue 75

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

Shades of Liver #58424B

Tints of Liver #58424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

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

R = 38.43%
G = 28.82%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58424B (or 0x58424B) is known color: Liver. HEX triplet: 58, 42 and 4B. RGB value is (88,66,75). Sum of RGB (Red+Green+Blue) = 88+66+75=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 88 - color contains mainly: red. Hex color #58424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58424B is #A7BDB4. Grayscale: #494949. Windows color (decimal): -10993077 or 4932184. OLE color: 4932184.

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

Color convert

RGB 88 66 75 -
CMYK 0 0.25 0.15 0.65
HSL 335.45º 0.14% 0.3% -
HSV(B) 335.45º 0.25% 0.35% -
XYZ 7.24 6.48 7.53 -
YUV 73.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 88 66 75 0 0.25 0.15 0.65 335.45 0.14 0.3
Hex 58 42 4B 0 19 F 41 14F E 1E
Octal 130 102 113 0 31 17 101 517 16 36
Binary 1011000 1000010 1001011 0 11001 1111 1000001 101001111 1110 11110

Color Harmonies of #58424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58424B

Black with #58424B

Text Example


Text Example

White with #58424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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