Html Css Color HEX #583A4A Liver

📋 copy color: '#583A4A'

red 88 ◦ green 58 ◦ blue 74

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

Shades of Liver #583A4A

Tints of Liver #583A4A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.36%

 BLUE value IS 74 (29.3% from 255) = 33.64%

R = 40%
G = 26.36%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#583A4A (or 0x583A4A) is known color: Liver. HEX triplet: 58, 3A and 4A. RGB value is (88,58,74). Sum of RGB (Red+Green+Blue) = 88+58+74=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #583A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583A4A is #A7C5B5. Grayscale: #444444. Windows color (decimal): -10995126 or 4864600. OLE color: 4864600.

HSL color Cylindrical-coordinate representation of color #583A4A: hue angle of 328º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #583A4A is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 58 74 -
CMYK 0 0.34 0.16 0.65
HSL 328º 0.21% 0.29% -
HSV(B) 328º 0.34% 0.35% -
XYZ 6.77 5.6 7.2 -
YUV 68.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 88 58 74 0 0.34 0.16 0.65 328 0.21 0.29
Hex 58 3A 4A 0 22 10 41 148 15 1D
Octal 130 72 112 0 42 20 101 510 25 35
Binary 1011000 111010 1001010 0 100010 10000 1000001 101001000 10101 11101

Color Harmonies of #583A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583A4A

Black with #583A4A

Text Example


Text Example

White with #583A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583A4A; }

 p { color: rgb(88,58,74); }

 H1.HeaderClassName
 {
   color: #583A4A;
 }
 .AnyTagClassName
 {
   color: #583A4A;
 }
</style>

background-color css

<style>
 a { background-color: #583A4A; }

 a { background-color: rgb(88,58,74); }

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

border-color css

<style>
 span { border-color: #583A4A; }

 span { border-color: rgb(88,58,74); }

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