#552551

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

Shades of Loulou #552551

Tints of Loulou #552551

Color information

#552551 (or 0x552551) is unknown color: approx Loulou. HEX triplet: 55, 25 and 51. RGB value is (85,37,81). Sum of RGB (Red+Green+Blue) = 85+37+81=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #552551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552551 is #AADAAE. Grayscale: #383838. Windows color (decimal): -11197103 or 5317973. OLE color: 5317973.

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

Color convert

RGB853781-
CMYK00.560.050.67
HSL305º39.34%23.92%-
HSV(B)305º56.47%33.33%-
XYZ5.893.858.22-
YUV56.37141.9148.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=41.87%
G=18.23%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85378100.560.050.6730539.3423.92
Hex5525510385431312718
Octal1254512107051034614730
Binary101010110010110100010111000101100001110011000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552551; }

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

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

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

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

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

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

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

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