#56264E

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

Shades of Loulou #56264E

Tints of Loulou #56264E

Color information

#56264E (or 0x56264E) is unknown color: approx Loulou. HEX triplet: 56, 26 and 4E. RGB value is (86,38,78). Sum of RGB (Red+Green+Blue) = 86+38+78=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #56264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56264E is #A9D9B1. Grayscale: #383838. Windows color (decimal): -11131314 or 5121622. OLE color: 5121622.

HSL color Cylindrical-coordinate representation of color #56264E: hue angle of 310º 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 #56264E is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB863878-
CMYK00.560.090.66
HSL310º38.71%24.31%-
HSV(B)310º55.81%33.73%-
XYZ5.913.917.65-
YUV56.91139.9148.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.57%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=42.57%
G=18.81%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86387800.560.090.6631038.7124.31
Hex56264E0389421362718
Octal12646116070111024664730
Binary1010110100110100111001110001001100001010011011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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