#562E53

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

Shades of Loulou #562E53

Tints of Loulou #562E53

Color information

#562E53 (or 0x562E53) is unknown color: approx Loulou. HEX triplet: 56, 2E and 53. RGB value is (86,46,83). Sum of RGB (Red+Green+Blue) = 86+46+83=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #562E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562E53 is #A9D1AC. Grayscale: #3E3E3E. Windows color (decimal): -11129261 or 5451350. OLE color: 5451350.

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

Color convert

RGB864683-
CMYK00.470.030.66
HSL304.5º30.3%25.88%-
HSV(B)304.5º46.51%33.73%-
XYZ6.384.568.73-
YUV62.18139.75144.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 46 (18.36% from 255) = 21.40%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=40%
G=21.40%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86468300.470.030.66304.530.325.88
Hex562E5302F3421301e1a
Octal1265612305731024603632
Binary1010110101110101001101011111110000101001100001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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