#563153

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

Shades of Loulou #563153

Tints of Loulou #563153

Color information

#563153 (or 0x563153) is unknown color: approx Loulou. HEX triplet: 56, 31 and 53. RGB value is (86,49,83). Sum of RGB (Red+Green+Blue) = 86+49+83=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #563153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563153 is #A9CEAC. Grayscale: #3F3F3F. Windows color (decimal): -11128493 or 5452118. OLE color: 5452118.

HSL color Cylindrical-coordinate representation of color #563153: hue angle of 304.86º 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 #563153 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB864983-
CMYK00.430.030.66
HSL304.86º27.41%26.47%-
HSV(B)304.86º43.02%33.73%-
XYZ6.54.88.77-
YUV63.94138.76143.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=39.45%
G=22.48%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86498300.430.030.66304.8627.4126.47
Hex56315302B3421311b1a
Octal1266112305331024613332
Binary1010110110001101001101010111110000101001100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563153; }

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

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

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

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

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

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

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

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