#56194C

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

Shades of Loulou #56194C

Tints of Loulou #56194C

Color information

#56194C (or 0x56194C) is unknown color: approx Loulou. HEX triplet: 56, 19 and 4C. RGB value is (86,25,76). Sum of RGB (Red+Green+Blue) = 86+25+76=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #56194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56194C is #A9E6B3. Grayscale: #303030. Windows color (decimal): -11134644 or 4987222. OLE color: 4987222.

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

Color convert

RGB862576-
CMYK00.710.120.66
HSL309.84º54.95%21.76%-
HSV(B)309.84º70.93%33.73%-
XYZ5.493.27.16-
YUV49.05143.21154.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 76 (30.08% from 255) = 40.64%
R=45.99%
G=13.37%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86257600.710.120.66309.8454.9521.76
Hex56194C047C421363716
Octal126311140107141024666726
Binary1010110110011001100010001111100100001010011011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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