#56294E

Color #56294E Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #56294E

Tints of Loulou #56294E

Color information

#56294E (or 0x56294E) is unknown color: approx Loulou. HEX triplet: 56, 29 and 4E. RGB value is (86,41,78). Sum of RGB (Red+Green+Blue) = 86+41+78=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #56294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56294E is #A9D6B1. Grayscale: #3A3A3A. Windows color (decimal): -11130546 or 5122390. OLE color: 5122390.

HSL color Cylindrical-coordinate representation of color #56294E: hue angle of 310.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56294E is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB864178-
CMYK00.520.090.66
HSL310.67º35.43%24.9%-
HSV(B)310.67º52.33%33.73%-
XYZ6.014.117.69-
YUV58.67138.91147.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=41.95%
G=20%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86417800.520.090.66310.6735.4324.9
Hex56294E0349421372319
Octal12651116064111024674331
Binary1010110101001100111001101001001100001010011011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56294E; }

 p { color: rgb(86,41,78); }

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

<style>
 a { background-color: #56294E; }

 a { background-color: rgb(86,41,78); }

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

<style>
 span { border-color: #56294E; }

 span { border-color: rgb(86,41,78); }

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