#55254C

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

Shades of Loulou #55254C

Tints of Loulou #55254C

Color information

#55254C (or 0x55254C) is unknown color: approx Loulou. HEX triplet: 55, 25 and 4C. RGB value is (85,37,76). Sum of RGB (Red+Green+Blue) = 85+37+76=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55254C is #AADAB3. Grayscale: #373737. Windows color (decimal): -11197108 or 4990293. OLE color: 4990293.

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

Color convert

RGB853776-
CMYK00.560.110.67
HSL311.25º39.34%23.92%-
HSV(B)311.25º56.47%33.33%-
XYZ5.713.787.27-
YUV55.8139.4148.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=42.93%
G=18.69%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85377600.560.110.67311.2539.3423.92
Hex55254C038B431372718
Octal12545114070131034674730
Binary1010101100101100110001110001011100001110011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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