#563150

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

Shades of Loulou #563150

Tints of Loulou #563150

Color information

#563150 (or 0x563150) is unknown color: approx Loulou. HEX triplet: 56, 31 and 50. RGB value is (86,49,80). Sum of RGB (Red+Green+Blue) = 86+49+80=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #563150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563150 is #A9CEAF. Grayscale: #3F3F3F. Windows color (decimal): -11128496 or 5255510. OLE color: 5255510.

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

Color convert

RGB864980-
CMYK00.430.070.66
HSL309.73º27.41%26.47%-
HSV(B)309.73º43.02%33.73%-
XYZ6.384.758.17-
YUV63.6137.26143.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=40%
G=22.79%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86498000.430.070.66309.7327.4126.47
Hex56315002B7421361b1a
Octal1266112005371024663332
Binary10101101100011010000010101111110000101001101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563150; }

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

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

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

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

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

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

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

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