#55384A

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

Shades of Loulou #55384A

Tints of Loulou #55384A

Color information

#55384A (or 0x55384A) is unknown color: approx Loulou. HEX triplet: 55, 38 and 4A. RGB value is (85,56,74). Sum of RGB (Red+Green+Blue) = 85+56+74=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55384A is #AAC7B5. Grayscale: #424242. Windows color (decimal): -11192246 or 4864085. OLE color: 4864085.

HSL color Cylindrical-coordinate representation of color #55384A: hue angle of 322.76º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55384A is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB855674-
CMYK00.340.130.67
HSL322.76º20.57%27.65%-
HSV(B)322.76º34.12%33.33%-
XYZ6.45.257.16-
YUV66.72132.11141.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=39.53%
G=26.05%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85567400.340.130.67322.7620.5727.65
Hex55384A022D43143151c
Octal12570112042151035032534
Binary101010111100010010100100010110110000111010000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55384A; }

 p { color: rgb(85,56,74); }

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

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

 a { background-color: rgb(85,56,74); }

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

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

 span { border-color: rgb(85,56,74); }

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