#56164B

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

Shades of Loulou #56164B

Tints of Loulou #56164B

Color information

#56164B (or 0x56164B) is unknown color: approx Loulou. HEX triplet: 56, 16 and 4B. RGB value is (86,22,75). Sum of RGB (Red+Green+Blue) = 86+22+75=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56164B is #A9E9B4. Grayscale: #2F2F2F. Windows color (decimal): -11135413 or 4920918. OLE color: 4920918.

HSL color Cylindrical-coordinate representation of color #56164B: hue angle of 310.31º 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 #56164B is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB862275-
CMYK00.740.130.66
HSL310.31º59.26%21.18%-
HSV(B)310.31º74.42%33.73%-
XYZ5.393.066.96-
YUV47.18143.7155.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=46.99%
G=12.02%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86227500.740.130.66310.3159.2621.18
Hex56164B04AD421363b15
Octal126261130112151024667325
Binary1010110101101001011010010101101100001010011011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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