#56204B

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

Shades of Loulou #56204B

Tints of Loulou #56204B

Color information

#56204B (or 0x56204B) is unknown color: approx Loulou. HEX triplet: 56, 20 and 4B. RGB value is (86,32,75). Sum of RGB (Red+Green+Blue) = 86+32+75=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #56204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56204B is #A9DFB4. Grayscale: #343434. Windows color (decimal): -11132853 or 4923478. OLE color: 4923478.

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

Color convert

RGB863275-
CMYK00.630.130.66
HSL312.22º45.76%23.14%-
HSV(B)312.22º62.79%33.73%-
XYZ5.623.527.04-
YUV53.05140.39151.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=44.56%
G=16.58%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86327500.630.130.66312.2245.7623.14
Hex56204B03FD421382e17
Octal12640113077151024705627
Binary1010110100000100101101111111101100001010011100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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