#552B4B

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

Shades of Loulou #552B4B

Tints of Loulou #552B4B

Color information

#552B4B (or 0x552B4B) is unknown color: approx Loulou. HEX triplet: 55, 2B and 4B. RGB value is (85,43,75). Sum of RGB (Red+Green+Blue) = 85+43+75=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #552B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B4B is #AAD4B4. Grayscale: #3B3B3B. Windows color (decimal): -11195573 or 4926293. OLE color: 4926293.

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

Color convert

RGB854375-
CMYK00.490.120.67
HSL314.29º32.81%25.1%-
HSV(B)314.29º49.41%33.33%-
XYZ5.884.177.15-
YUV59.21136.91146.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 43 (17.19% from 255) = 21.18%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=41.87%
G=21.18%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85437500.490.120.67314.2932.8125.1
Hex552B4B031C4313a2119
Octal12553113061141034724131
Binary1010101101011100101101100011100100001110011101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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