#56204C

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

Shades of Loulou #56204C

Tints of Loulou #56204C

Color information

#56204C (or 0x56204C) is unknown color: approx Loulou. HEX triplet: 56, 20 and 4C. RGB value is (86,32,76). Sum of RGB (Red+Green+Blue) = 86+32+76=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #56204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56204C is #A9DFB3. Grayscale: #353535. Windows color (decimal): -11132852 or 4989014. OLE color: 4989014.

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

Color convert

RGB863276-
CMYK00.630.120.66
HSL311.11º45.76%23.14%-
HSV(B)311.11º62.79%33.73%-
XYZ5.663.537.22-
YUV53.16140.89151.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=44.33%
G=16.49%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86327600.630.120.66311.1145.7623.14
Hex56204C03FC421372e17
Octal12640114077141024675627
Binary1010110100000100110001111111100100001010011011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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