#56204F

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

Shades of Loulou #56204F

Tints of Loulou #56204F

Color information

#56204F (or 0x56204F) is unknown color: approx Loulou. HEX triplet: 56, 20 and 4F. RGB value is (86,32,79). Sum of RGB (Red+Green+Blue) = 86+32+79=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #56204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56204F is #A9DFB0. Grayscale: #353535. Windows color (decimal): -11132849 or 5185622. OLE color: 5185622.

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

Color convert

RGB863279-
CMYK00.630.080.66
HSL307.78º45.76%23.14%-
HSV(B)307.78º62.79%33.73%-
XYZ5.773.587.78-
YUV53.5142.39151.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=43.65%
G=16.24%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86327900.630.080.66307.7845.7623.14
Hex56204F03F8421342e17
Octal12640117077101024645627
Binary1010110100000100111101111111000100001010011010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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