#563053

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

Shades of Loulou #563053

Tints of Loulou #563053

Color information

#563053 (or 0x563053) is unknown color: approx Loulou. HEX triplet: 56, 30 and 53. RGB value is (86,48,83). Sum of RGB (Red+Green+Blue) = 86+48+83=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #563053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563053 is #A9CFAC. Grayscale: #3F3F3F. Windows color (decimal): -11128749 or 5451862. OLE color: 5451862.

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

Color convert

RGB864883-
CMYK00.440.030.66
HSL304.74º28.36%26.27%-
HSV(B)304.74º44.19%33.73%-
XYZ6.464.728.75-
YUV63.35139.09144.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 83 (32.81% from 255) = 38.25%
R=39.63%
G=22.12%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86488300.440.030.66304.7428.3626.27
Hex56305302C3421311c1a
Octal1266012305431024613432
Binary1010110110000101001101011001110000101001100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563053; }

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

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

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

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

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

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

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

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