#552050

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

Shades of Loulou #552050

Tints of Loulou #552050

Color information

#552050 (or 0x552050) is unknown color: approx Loulou. HEX triplet: 55, 20 and 50. RGB value is (85,32,80). Sum of RGB (Red+Green+Blue) = 85+32+80=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #552050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552050 is #AADFAF. Grayscale: #353535. Windows color (decimal): -11198384 or 5251157. OLE color: 5251157.

HSL color Cylindrical-coordinate representation of color #552050: hue angle of 305.66º 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 #552050 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB853280-
CMYK00.620.060.67
HSL305.66º45.3%22.94%-
HSV(B)305.66º62.35%33.33%-
XYZ5.713.547.97-
YUV53.32143.06150.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=43.15%
G=16.24%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85328000.620.060.67305.6645.322.94
Hex55205003E6431322d17
Octal1254012007661034625527
Binary101010110000010100000111110110100001110011001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552050; }

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

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

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

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

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

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

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

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