#55264C

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

Shades of Loulou #55264C

Tints of Loulou #55264C

Color information

#55264C (or 0x55264C) is unknown color: approx Loulou. HEX triplet: 55, 26 and 4C. RGB value is (85,38,76). Sum of RGB (Red+Green+Blue) = 85+38+76=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55264C is #AAD9B3. Grayscale: #383838. Windows color (decimal): -11196852 or 4990549. OLE color: 4990549.

HSL color Cylindrical-coordinate representation of color #55264C: hue angle of 311.49º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55264C is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB853876-
CMYK00.550.110.67
HSL311.49º38.21%24.12%-
HSV(B)311.49º55.29%33.33%-
XYZ5.743.847.28-
YUV56.38139.07148.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=42.71%
G=19.10%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85387600.550.110.67311.4938.2124.12
Hex55264C037B431372618
Octal12546114067131034674630
Binary1010101100110100110001101111011100001110011011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55264C; }

 p { color: rgb(85,38,76); }

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

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

 a { background-color: rgb(85,38,76); }

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

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

 span { border-color: rgb(85,38,76); }

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