#56204E

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

Shades of Loulou #56204E

Tints of Loulou #56204E

Color information

#56204E (or 0x56204E) is unknown color: approx Loulou. HEX triplet: 56, 20 and 4E. RGB value is (86,32,78). Sum of RGB (Red+Green+Blue) = 86+32+78=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #56204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56204E is #A9DFB1. Grayscale: #353535. Windows color (decimal): -11132850 or 5120086. OLE color: 5120086.

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

Color convert

RGB863278-
CMYK00.630.090.66
HSL308.89º45.76%23.14%-
HSV(B)308.89º62.79%33.73%-
XYZ5.733.567.59-
YUV53.39141.89151.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=43.88%
G=16.33%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86327800.630.090.66308.8945.7623.14
Hex56204E03F9421352e17
Octal12640116077111024655627
Binary1010110100000100111001111111001100001010011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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