#56264D

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

Shades of Loulou #56264D

Tints of Loulou #56264D

Color information

#56264D (or 0x56264D) is unknown color: approx Loulou. HEX triplet: 56, 26 and 4D. RGB value is (86,38,77). Sum of RGB (Red+Green+Blue) = 86+38+77=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #56264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56264D is #A9D9B2. Grayscale: #383838. Windows color (decimal): -11131315 or 5056086. OLE color: 5056086.

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

Color convert

RGB863877-
CMYK00.560.100.66
HSL311.25º38.71%24.31%-
HSV(B)311.25º55.81%33.73%-
XYZ5.873.97.46-
YUV56.8139.4148.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=42.79%
G=18.91%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86387700.560.100.66311.2538.7124.31
Hex56264D038A421372718
Octal12646115070121024674730
Binary1010110100110100110101110001010100001010011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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