#55164D

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

Shades of Loulou #55164D

Tints of Loulou #55164D

Color information

#55164D (or 0x55164D) is unknown color: approx Loulou. HEX triplet: 55, 16 and 4D. RGB value is (85,22,77). Sum of RGB (Red+Green+Blue) = 85+22+77=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55164D is #AAE9B2. Grayscale: #2E2E2E. Windows color (decimal): -11200947 or 5051989. OLE color: 5051989.

HSL color Cylindrical-coordinate representation of color #55164D: hue angle of 307.62º 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 #55164D is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB852277-
CMYK00.740.090.67
HSL307.62º58.88%20.98%-
HSV(B)307.62º74.12%33.33%-
XYZ5.373.047.32-
YUV47.11144.87155.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=46.20%
G=11.96%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85227700.740.090.67307.6258.8820.98
Hex55164D04A9431343b15
Octal125261150112111034647325
Binary1010101101101001101010010101001100001110011010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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