#56264F

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

Shades of Loulou #56264F

Tints of Loulou #56264F

Color information

#56264F (or 0x56264F) is unknown color: approx Loulou. HEX triplet: 56, 26 and 4F. RGB value is (86,38,79). Sum of RGB (Red+Green+Blue) = 86+38+79=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #56264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56264F is #A9D9B0. Grayscale: #383838. Windows color (decimal): -11131313 or 5187158. OLE color: 5187158.

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

Color convert

RGB863879-
CMYK00.560.080.66
HSL308.75º38.71%24.31%-
HSV(B)308.75º55.81%33.73%-
XYZ5.943.937.84-
YUV57.03140.4148.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=42.36%
G=18.72%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86387900.560.080.66308.7538.7124.31
Hex56264F0388421352718
Octal12646117070101024654730
Binary1010110100110100111101110001000100001010011010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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