#56294C

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

Shades of Loulou #56294C

Tints of Loulou #56294C

Color information

#56294C (or 0x56294C) is unknown color: approx Loulou. HEX triplet: 56, 29 and 4C. RGB value is (86,41,76). Sum of RGB (Red+Green+Blue) = 86+41+76=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #56294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56294C is #A9D6B3. Grayscale: #3A3A3A. Windows color (decimal): -11130548 or 4991318. OLE color: 4991318.

HSL color Cylindrical-coordinate representation of color #56294C: hue angle of 313.33º 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 #56294C is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB864176-
CMYK00.520.120.66
HSL313.33º35.43%24.9%-
HSV(B)313.33º52.33%33.73%-
XYZ5.944.097.31-
YUV58.44137.91147.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=42.36%
G=20.20%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86417600.520.120.66313.3335.4324.9
Hex56294C034C421392319
Octal12651114064141024714331
Binary1010110101001100110001101001100100001010011100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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