#562B50

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

Shades of Loulou #562B50

Tints of Loulou #562B50

Color information

#562B50 (or 0x562B50) is unknown color: approx Loulou. HEX triplet: 56, 2B and 50. RGB value is (86,43,80). Sum of RGB (Red+Green+Blue) = 86+43+80=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #562B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562B50 is #A9D4AF. Grayscale: #3B3B3B. Windows color (decimal): -11130032 or 5253974. OLE color: 5253974.

HSL color Cylindrical-coordinate representation of color #562B50: hue angle of 308.37º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562B50 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB864380-
CMYK00.500.070.66
HSL308.37º33.33%25.29%-
HSV(B)308.37º50%33.73%-
XYZ6.154.298.09-
YUV60.08139.25146.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 43 (17.19% from 255) = 20.57%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=41.15%
G=20.57%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86438000.500.070.66308.3733.3325.29
Hex562B500327421342119
Octal1265312006271024644131
Binary101011010101110100000110010111100001010011010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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