#552951

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

Shades of Loulou #552951

Tints of Loulou #552951

Color information

#552951 (or 0x552951) is unknown color: approx Loulou. HEX triplet: 55, 29 and 51. RGB value is (85,41,81). Sum of RGB (Red+Green+Blue) = 85+41+81=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #552951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552951 is #AAD6AE. Grayscale: #3A3A3A. Windows color (decimal): -11196079 or 5318997. OLE color: 5318997.

HSL color Cylindrical-coordinate representation of color #552951: hue angle of 305.45º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552951 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB854181-
CMYK00.520.050.67
HSL305.45º34.92%24.71%-
HSV(B)305.45º51.76%33.33%-
XYZ6.024.118.26-
YUV58.72140.58146.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 81 (32.03% from 255) = 39.13%
R=41.06%
G=19.81%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85418100.520.050.67305.4534.9224.71
Hex5529510345431312319
Octal1255112106451034614331
Binary101010110100110100010110100101100001110011000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552951; }

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

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

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

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

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

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

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

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