#562E52

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

Shades of Loulou #562E52

Tints of Loulou #562E52

Color information

#562E52 (or 0x562E52) is unknown color: approx Loulou. HEX triplet: 56, 2E and 52. RGB value is (86,46,82). Sum of RGB (Red+Green+Blue) = 86+46+82=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #562E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562E52 is #A9D1AD. Grayscale: #3D3D3D. Windows color (decimal): -11129262 or 5385814. OLE color: 5385814.

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

Color convert

RGB864682-
CMYK00.470.050.66
HSL306º30.3%25.88%-
HSV(B)306º46.51%33.73%-
XYZ6.344.548.53-
YUV62.06139.25145.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=40.19%
G=21.50%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86468200.470.050.6630630.325.88
Hex562E5202F5421321e1a
Octal1265612205751024623632
Binary10101101011101010010010111110110000101001100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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