#562F50

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

Shades of Loulou #562F50

Tints of Loulou #562F50

Color information

#562F50 (or 0x562F50) is unknown color: approx Loulou. HEX triplet: 56, 2F and 50. RGB value is (86,47,80). Sum of RGB (Red+Green+Blue) = 86+47+80=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #562F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562F50 is #A9D0AF. Grayscale: #3E3E3E. Windows color (decimal): -11129008 or 5254998. OLE color: 5254998.

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

Color convert

RGB864780-
CMYK00.450.070.66
HSL309.23º29.32%26.08%-
HSV(B)309.23º45.35%33.73%-
XYZ6.34.598.14-
YUV62.42137.92144.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 47 (18.75% from 255) = 22.07%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=40.38%
G=22.07%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86478000.450.070.66309.2329.3226.08
Hex562F5002D7421351d1a
Octal1265712005571024653532
Binary10101101011111010000010110111110000101001101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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