#563050

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

Shades of Loulou #563050

Tints of Loulou #563050

Color information

#563050 (or 0x563050) is unknown color: approx Loulou. HEX triplet: 56, 30 and 50. RGB value is (86,48,80). Sum of RGB (Red+Green+Blue) = 86+48+80=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #563050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563050 is #A9CFAF. Grayscale: #3E3E3E. Windows color (decimal): -11128752 or 5255254. OLE color: 5255254.

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

Color convert

RGB864880-
CMYK00.440.070.66
HSL309.47º28.36%26.27%-
HSV(B)309.47º44.19%33.73%-
XYZ6.344.678.16-
YUV63.01137.59144.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=40.19%
G=22.43%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86488000.440.070.66309.4728.3626.27
Hex56305002C7421351c1a
Octal1266012005471024653432
Binary10101101100001010000010110011110000101001101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563050; }

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

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

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

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

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

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

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

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