#562F53

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

Shades of Loulou #562F53

Tints of Loulou #562F53

Color information

#562F53 (or 0x562F53) is unknown color: approx Loulou. HEX triplet: 56, 2F and 53. RGB value is (86,47,83). Sum of RGB (Red+Green+Blue) = 86+47+83=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #562F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562F53 is #A9D0AC. Grayscale: #3E3E3E. Windows color (decimal): -11129005 or 5451606. OLE color: 5451606.

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

Color convert

RGB864783-
CMYK00.450.030.66
HSL304.62º29.32%26.08%-
HSV(B)304.62º45.35%33.73%-
XYZ6.424.648.74-
YUV62.76139.42144.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 47 (18.75% from 255) = 21.76%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=39.81%
G=21.76%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86478300.450.030.66304.6229.3226.08
Hex562F5302D3421311d1a
Octal1265712305531024613532
Binary1010110101111101001101011011110000101001100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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