#56214E

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

Shades of Loulou #56214E

Tints of Loulou #56214E

Color information

#56214E (or 0x56214E) is unknown color: approx Loulou. HEX triplet: 56, 21 and 4E. RGB value is (86,33,78). Sum of RGB (Red+Green+Blue) = 86+33+78=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #56214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56214E is #A9DEB1. Grayscale: #353535. Windows color (decimal): -11132594 or 5120342. OLE color: 5120342.

HSL color Cylindrical-coordinate representation of color #56214E: hue angle of 309.06º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56214E is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB863378-
CMYK00.620.090.66
HSL309.06º44.54%23.33%-
HSV(B)309.06º61.63%33.73%-
XYZ5.763.627.6-
YUV53.98141.56150.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=43.65%
G=16.75%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86337800.620.090.66309.0644.5423.33
Hex56214E03E9421352d17
Octal12641116076111024655527
Binary1010110100001100111001111101001100001010011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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