#552F4B

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

Shades of Loulou #552F4B

Tints of Loulou #552F4B

Color information

#552F4B (or 0x552F4B) is unknown color: approx Loulou. HEX triplet: 55, 2F and 4B. RGB value is (85,47,75). Sum of RGB (Red+Green+Blue) = 85+47+75=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #552F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F4B is #AAD0B4. Grayscale: #3D3D3D. Windows color (decimal): -11194549 or 4927317. OLE color: 4927317.

HSL color Cylindrical-coordinate representation of color #552F4B: hue angle of 315.79º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #552F4B is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB854775-
CMYK00.450.120.67
HSL315.79º28.79%25.88%-
HSV(B)315.79º44.71%33.33%-
XYZ6.034.477.2-
YUV61.55135.59144.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 47 (18.75% from 255) = 22.71%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=41.06%
G=22.71%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85477500.450.120.67315.7928.7925.88
Hex552F4B02DC4313c1d1a
Octal12557113055141034743532
Binary101010110111110010110101101110010000111001111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552F4B; }

 p { color: rgb(85,47,75); }

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

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

 a { background-color: rgb(85,47,75); }

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

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

 span { border-color: rgb(85,47,75); }

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