#562050

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

Shades of Loulou #562050

Tints of Loulou #562050

Color information

#562050 (or 0x562050) is unknown color: approx Loulou. HEX triplet: 56, 20 and 50. RGB value is (86,32,80). Sum of RGB (Red+Green+Blue) = 86+32+80=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #562050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562050 is #A9DFAF. Grayscale: #353535. Windows color (decimal): -11132848 or 5251158. OLE color: 5251158.

HSL color Cylindrical-coordinate representation of color #562050: hue angle of 306.67º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #562050 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB863280-
CMYK00.630.070.66
HSL306.67º45.76%23.14%-
HSV(B)306.67º62.79%33.73%-
XYZ5.83.597.98-
YUV53.62142.89151.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=43.43%
G=16.16%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86328000.630.070.66306.6745.7623.14
Hex56205003F7421332e17
Octal1264012007771024635627
Binary101011010000010100000111111111100001010011001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562050; }

 p { color: rgb(86,32,80); }

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

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

 a { background-color: rgb(86,32,80); }

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

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

 span { border-color: rgb(86,32,80); }

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