#55164C

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

Shades of Loulou #55164C

Tints of Loulou #55164C

Color information

#55164C (or 0x55164C) is unknown color: approx Loulou. HEX triplet: 55, 16 and 4C. RGB value is (85,22,76). Sum of RGB (Red+Green+Blue) = 85+22+76=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55164C is #AAE9B3. Grayscale: #2E2E2E. Windows color (decimal): -11200948 or 4986453. OLE color: 4986453.

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

Color convert

RGB852276-
CMYK00.740.110.67
HSL308.57º58.88%20.98%-
HSV(B)308.57º74.12%33.33%-
XYZ5.343.037.14-
YUV46.99144.37155.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=46.45%
G=12.02%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85227600.740.110.67308.5758.8820.98
Hex55164C04AB431353b15
Octal125261140112131034657325
Binary1010101101101001100010010101011100001110011010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55164C; }

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

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

<style>
 a { background-color: #55164C; }

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

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

<style>
 span { border-color: #55164C; }

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

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