#56164c

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

Shades of Loulou #56164C

Tints of Loulou #56164C

Color information

#56164C (or 0x56164C) is unknown color: approx Loulou. HEX triplet: 56, 16 and 4C. RGB value is (86,22,76). Sum of RGB (Red+Green+Blue) = 86+22+76=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #56164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56164C is #A9E9B3. Grayscale: #2F2F2F. Windows color (decimal): -11135412 or 4986454. OLE color: 4986454.

HSL color Cylindrical-coordinate representation of color #56164C: hue angle of 309.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56164C is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB862276-
CMYK00.740.120.66
HSL309.38º59.26%21.18%-
HSV(B)309.38º74.42%33.73%-
XYZ5.433.077.14-
YUV47.29144.2155.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 76 (30.08% from 255) = 41.30%
R=46.74%
G=11.96%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86227600.740.120.66309.3859.2621.18
Hex56164C04AC421353b15
Octal126261140112141024657325
Binary1010110101101001100010010101100100001010011010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56164c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56164c; }

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

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

<style>
 a { background-color: #56164c; }

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

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

<style>
 span { border-color: #56164c; }

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

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