Html Css Color HEX #58414B Liver

📋 copy color: '#58414B'

red 88 ◦ green 65 ◦ blue 75

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

Shades of Liver #58414B

Tints of Liver #58414B

RGB

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

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

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

R = 38.6%
G = 28.51%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58414B (or 0x58414B) is known color: Liver. HEX triplet: 58, 41 and 4B. RGB value is (88,65,75). Sum of RGB (Red+Green+Blue) = 88+65+75=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 88 - color contains mainly: red. Hex color #58414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58414B is #A7BEB4. Grayscale: #494949. Windows color (decimal): -10993333 or 4931928. OLE color: 4931928.

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

Color convert

RGB 88 65 75 -
CMYK 0 0.26 0.15 0.65
HSL 333.91º 0.15% 0.3% -
HSV(B) 333.91º 0.26% 0.35% -
XYZ 7.18 6.36 7.51 -
YUV 73.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 88 65 75 0 0.26 0.15 0.65 333.91 0.15 0.3
Hex 58 41 4B 0 1A F 41 14E F 1E
Octal 130 101 113 0 32 17 101 516 17 36
Binary 1011000 1000001 1001011 0 11010 1111 1000001 101001110 1111 11110

Color Harmonies of #58414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58414B

Black with #58414B

Text Example


Text Example

White with #58414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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