#56324E

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

Shades of Loulou #56324E

Tints of Loulou #56324E

Color information

#56324E (or 0x56324E) is unknown color: approx Loulou. HEX triplet: 56, 32 and 4E. RGB value is (86,50,78). Sum of RGB (Red+Green+Blue) = 86+50+78=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #56324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56324E is #A9CDB1. Grayscale: #3F3F3F. Windows color (decimal): -11128242 or 5124694. OLE color: 5124694.

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

Color convert

RGB865078-
CMYK00.420.090.66
HSL313.33º26.47%26.67%-
HSV(B)313.33º41.86%33.73%-
XYZ6.354.817.8-
YUV63.96135.93143.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=40.19%
G=23.36%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86507800.420.090.66313.3326.4726.67
Hex56324E02A9421391a1b
Octal12662116052111024713233
Binary101011011001010011100101010100110000101001110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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