#563648

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

Shades of Loulou #563648

Tints of Loulou #563648

Color information

#563648 (or 0x563648) is unknown color: approx Loulou. HEX triplet: 56, 36 and 48. RGB value is (86,54,72). Sum of RGB (Red+Green+Blue) = 86+54+72=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #563648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563648 is #A9C9B7. Grayscale: #414141. Windows color (decimal): -11127224 or 4732502. OLE color: 4732502.

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

Color convert

RGB865472-
CMYK00.370.160.66
HSL326.25º22.86%27.45%-
HSV(B)326.25º37.21%33.73%-
XYZ6.335.086.78-
YUV65.62131.6142.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=40.57%
G=25.47%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86547200.370.160.66326.2522.8627.45
Hex5636480251042146171b
Octal12666110045201025062733
Binary1010110110110100100001001011000010000101010001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563648; }

 p { color: rgb(86,54,72); }

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

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

 a { background-color: rgb(86,54,72); }

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

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

 span { border-color: rgb(86,54,72); }

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