#55334D

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

Shades of Loulou #55334D

Tints of Loulou #55334D

Color information

#55334D (or 0x55334D) is unknown color: approx Loulou. HEX triplet: 55, 33 and 4D. RGB value is (85,51,77). Sum of RGB (Red+Green+Blue) = 85+51+77=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55334D is #AACCB2. Grayscale: #404040. Windows color (decimal): -11193523 or 5059413. OLE color: 5059413.

HSL color Cylindrical-coordinate representation of color #55334D: hue angle of 314.12º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55334D is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB855177-
CMYK00.400.090.67
HSL314.12º25%26.67%-
HSV(B)314.12º40%33.33%-
XYZ6.274.837.62-
YUV64.13135.26142.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=39.91%
G=23.94%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85517700.400.090.67314.122526.67
Hex55334D02894313a191b
Octal12563115050111034723133
Binary101010111001110011010101000100110000111001110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55334D; }

 p { color: rgb(85,51,77); }

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

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

 a { background-color: rgb(85,51,77); }

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

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

 span { border-color: rgb(85,51,77); }

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