#56284D

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

Shades of Loulou #56284D

Tints of Loulou #56284D

Color information

#56284D (or 0x56284D) is unknown color: approx Loulou. HEX triplet: 56, 28 and 4D. RGB value is (86,40,77). Sum of RGB (Red+Green+Blue) = 86+40+77=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #56284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56284D is #A9D7B2. Grayscale: #393939. Windows color (decimal): -11130803 or 5056598. OLE color: 5056598.

HSL color Cylindrical-coordinate representation of color #56284D: hue angle of 311.74º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56284D is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB864077-
CMYK00.530.100.66
HSL311.74º36.51%24.71%-
HSV(B)311.74º53.49%33.73%-
XYZ5.944.037.49-
YUV57.97138.74147.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=42.36%
G=19.70%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86407700.530.100.66311.7436.5124.71
Hex56284D035A421382519
Octal12650115065121024704531
Binary1010110101000100110101101011010100001010011100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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