#552047

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

Shades of Loulou #552047

Tints of Loulou #552047

Color information

#552047 (or 0x552047) is unknown color: approx Loulou. HEX triplet: 55, 20 and 47. RGB value is (85,32,71). Sum of RGB (Red+Green+Blue) = 85+32+71=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #552047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552047 is #AADFB8. Grayscale: #343434. Windows color (decimal): -11198393 or 4661333. OLE color: 4661333.

HSL color Cylindrical-coordinate representation of color #552047: hue angle of 315.85º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552047 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB853271-
CMYK00.620.160.67
HSL315.85º45.3%22.94%-
HSV(B)315.85º62.35%33.33%-
XYZ5.43.426.34-
YUV52.29138.56151.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 71 (28.12% from 255) = 37.77%
R=45.21%
G=17.02%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85327100.620.160.67315.8545.322.94
Hex55204703E104313c2d17
Octal12540107076201034745527
Binary10101011000001000111011111010000100001110011110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552047; }

 p { color: rgb(85,32,71); }

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

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

 a { background-color: rgb(85,32,71); }

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

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

 span { border-color: rgb(85,32,71); }

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