#583A4B

Color #583A4B Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #583A4B

Tints of Liver #583A4B

Color information

#583A4B (or 0x583A4B) is unknown color: approx Liver. HEX triplet: 58, 3A and 4B. RGB value is (88,58,75). Sum of RGB (Red+Green+Blue) = 88+58+75=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #583A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583A4B is #A7C5B4. Grayscale: #444444. Windows color (decimal): -10995125 or 4930136. OLE color: 4930136.

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

Color convert

RGB885875-
CMYK00.340.150.65
HSL326º20.55%28.63%-
HSV(B)326º34.09%34.51%-
XYZ6.815.617.38-
YUV68.91131.44141.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=39.82%
G=26.24%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88587500.340.150.6532620.5528.63
Hex583A4B022F41146151d
Octal13072113042171015062535
Binary101100011101010010110100010111110000011010001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #583A4B;
 }
 .AnyTagClassName
 {
   color: #583A4B;
 }
</style>
background-color css

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

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

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

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

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

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