#56344E

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

Shades of Loulou #56344E

Tints of Loulou #56344E

Color information

#56344E (or 0x56344E) is unknown color: approx Loulou. HEX triplet: 56, 34 and 4E. RGB value is (86,52,78). Sum of RGB (Red+Green+Blue) = 86+52+78=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #56344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56344E is #A9CBB1. Grayscale: #414141. Windows color (decimal): -11127730 or 5125206. OLE color: 5125206.

HSL color Cylindrical-coordinate representation of color #56344E: hue angle of 314.12º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56344E is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB865278-
CMYK00.400.090.66
HSL314.12º24.64%27.06%-
HSV(B)314.12º39.53%33.73%-
XYZ6.444.987.83-
YUV65.13135.26142.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=39.81%
G=24.07%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86527800.400.090.66314.1224.6427.06
Hex56344E02894213a191b
Octal12664116050111024723133
Binary101011011010010011100101000100110000101001110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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