#56264C

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

Shades of Loulou #56264C

Tints of Loulou #56264C

Color information

#56264C (or 0x56264C) is unknown color: approx Loulou. HEX triplet: 56, 26 and 4C. RGB value is (86,38,76). Sum of RGB (Red+Green+Blue) = 86+38+76=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #56264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56264C is #A9D9B3. Grayscale: #383838. Windows color (decimal): -11131316 or 4990550. OLE color: 4990550.

HSL color Cylindrical-coordinate representation of color #56264C: hue angle of 312.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56264C is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB863876-
CMYK00.560.120.66
HSL312.5º38.71%24.31%-
HSV(B)312.5º55.81%33.73%-
XYZ5.843.897.28-
YUV56.68138.9148.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 76 (30.08% from 255) = 38%
R=43%
G=19%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86387600.560.120.66312.538.7124.31
Hex56264C038C421382718
Octal12646114070141024704730
Binary1010110100110100110001110001100100001010011100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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