#562F4C

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

Shades of Loulou #562F4C

Tints of Loulou #562F4C

Color information

#562F4C (or 0x562F4C) is unknown color: approx Loulou. HEX triplet: 56, 2F and 4C. RGB value is (86,47,76). Sum of RGB (Red+Green+Blue) = 86+47+76=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #562F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F4C is #A9D0B3. Grayscale: #3D3D3D. Windows color (decimal): -11129012 or 4992854. OLE color: 4992854.

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

Color convert

RGB864776-
CMYK00.450.120.66
HSL315.38º29.32%26.08%-
HSV(B)315.38º45.35%33.73%-
XYZ6.164.537.39-
YUV61.97135.92145.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=41.15%
G=22.49%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86477600.450.120.66315.3829.3226.08
Hex562F4C02DC4213b1d1a
Octal12657114055141024733532
Binary101011010111110011000101101110010000101001110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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