#563450

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

Shades of Loulou #563450

Tints of Loulou #563450

Color information

#563450 (or 0x563450) is unknown color: approx Loulou. HEX triplet: 56, 34 and 50. RGB value is (86,52,80). Sum of RGB (Red+Green+Blue) = 86+52+80=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #563450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563450 is #A9CBAF. Grayscale: #414141. Windows color (decimal): -11127728 or 5256278. OLE color: 5256278.

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

Color convert

RGB865280-
CMYK00.400.070.66
HSL310.59º24.64%27.06%-
HSV(B)310.59º39.53%33.73%-
XYZ6.515.018.21-
YUV65.36136.26142.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=39.45%
G=23.85%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86528000.400.070.66310.5924.6427.06
Hex563450028742137191b
Octal1266412005071024673133
Binary10101101101001010000010100011110000101001101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563450; }

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

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

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

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

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

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

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

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