#562F4E

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

Shades of Loulou #562F4E

Tints of Loulou #562F4E

Color information

#562F4E (or 0x562F4E) is unknown color: approx Loulou. HEX triplet: 56, 2F and 4E. RGB value is (86,47,78). Sum of RGB (Red+Green+Blue) = 86+47+78=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #562F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562F4E is #A9D0B1. Grayscale: #3E3E3E. Windows color (decimal): -11129010 or 5123926. OLE color: 5123926.

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

Color convert

RGB864778-
CMYK00.450.090.66
HSL312.31º29.32%26.08%-
HSV(B)312.31º45.35%33.73%-
XYZ6.234.567.76-
YUV62.19136.92144.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 47 (18.75% from 255) = 22.27%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=40.76%
G=22.27%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86477800.450.090.66312.3129.3226.08
Hex562F4E02D9421381d1a
Octal12657116055111024703532
Binary101011010111110011100101101100110000101001110001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,47,78); }

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

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

 a { background-color: rgb(86,47,78); }

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

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

 span { border-color: rgb(86,47,78); }

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