#562E47

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

Shades of Loulou #562E47

Tints of Loulou #562E47

Color information

#562E47 (or 0x562E47) is unknown color: approx Loulou. HEX triplet: 56, 2E and 47. RGB value is (86,46,71). Sum of RGB (Red+Green+Blue) = 86+46+71=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #562E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E47 is #A9D1B8. Grayscale: #3C3C3C. Windows color (decimal): -11129273 or 4664918. OLE color: 4664918.

HSL color Cylindrical-coordinate representation of color #562E47: hue angle of 322.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #562E47 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB864671-
CMYK00.470.170.66
HSL322.5º30.3%25.88%-
HSV(B)322.5º46.51%33.73%-
XYZ5.954.396.49-
YUV60.81133.75145.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 46 (18.36% from 255) = 22.66%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=42.36%
G=22.66%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86467100.470.170.66322.530.325.88
Hex562E4702F11421421e1a
Octal12656107057211025023632
Binary1010110101110100011101011111000110000101010000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562E47; }

 p { color: rgb(86,46,71); }

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

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

 a { background-color: rgb(86,46,71); }

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

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

 span { border-color: rgb(86,46,71); }

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