#552550

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

Shades of Loulou #552550

Tints of Loulou #552550

Color information

#552550 (or 0x552550) is unknown color: approx Loulou. HEX triplet: 55, 25 and 50. RGB value is (85,37,80). Sum of RGB (Red+Green+Blue) = 85+37+80=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #552550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552550 is #AADAAF. Grayscale: #383838. Windows color (decimal): -11197104 or 5252437. OLE color: 5252437.

HSL color Cylindrical-coordinate representation of color #552550: hue angle of 306.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552550 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB853780-
CMYK00.560.060.67
HSL306.25º39.34%23.92%-
HSV(B)306.25º56.47%33.33%-
XYZ5.863.838.02-
YUV56.25141.4148.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=42.08%
G=18.32%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85378000.560.060.67306.2539.3423.92
Hex5525500386431322718
Octal1254512007061034624730
Binary101010110010110100000111000110100001110011001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552550; }

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

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

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

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

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

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

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

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