#563351

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

Shades of Loulou #563351

Tints of Loulou #563351

Color information

#563351 (or 0x563351) is unknown color: approx Loulou. HEX triplet: 56, 33 and 51. RGB value is (86,51,81). Sum of RGB (Red+Green+Blue) = 86+51+81=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #563351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563351 is #A9CCAE. Grayscale: #404040. Windows color (decimal): -11127983 or 5321558. OLE color: 5321558.

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

Color convert

RGB865181-
CMYK00.410.060.66
HSL308.57º25.55%26.86%-
HSV(B)308.57º40.7%33.73%-
XYZ6.514.948.4-
YUV64.88137.1143.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=39.45%
G=23.39%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86518100.410.060.66308.5725.5526.86
Hex5633510296421351a1b
Octal1266312105161024653233
Binary10101101100111010001010100111010000101001101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563351; }

 p { color: rgb(86,51,81); }

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

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

 a { background-color: rgb(86,51,81); }

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

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

 span { border-color: rgb(86,51,81); }

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