#56194E

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

Shades of Loulou #56194E

Tints of Loulou #56194E

Color information

#56194E (or 0x56194E) is unknown color: approx Loulou. HEX triplet: 56, 19 and 4E. RGB value is (86,25,78). Sum of RGB (Red+Green+Blue) = 86+25+78=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #56194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56194E is #A9E6B1. Grayscale: #313131. Windows color (decimal): -11134642 or 5118294. OLE color: 5118294.

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

Color convert

RGB862578-
CMYK00.710.090.66
HSL307.87º54.95%21.76%-
HSV(B)307.87º70.93%33.73%-
XYZ5.563.227.54-
YUV49.28144.21154.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=45.50%
G=13.23%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86257800.710.090.66307.8754.9521.76
Hex56194E0479421343716
Octal126311160107111024646726
Binary1010110110011001110010001111001100001010011010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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