#55284F

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

Shades of Loulou #55284F

Tints of Loulou #55284F

Color information

#55284F (or 0x55284F) is unknown color: approx Loulou. HEX triplet: 55, 28 and 4F. RGB value is (85,40,79). Sum of RGB (Red+Green+Blue) = 85+40+79=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #55284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55284F is #AAD7B0. Grayscale: #393939. Windows color (decimal): -11196337 or 5187669. OLE color: 5187669.

HSL color Cylindrical-coordinate representation of color #55284F: hue angle of 308º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55284F is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB854079-
CMYK00.530.070.67
HSL308º36%24.51%-
HSV(B)308º52.94%33.33%-
XYZ5.924.017.86-
YUV57.9139.91147.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=41.67%
G=19.61%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85407900.530.070.673083624.51
Hex55284F0357431342419
Octal1255011706571034644431
Binary101010110100010011110110101111100001110011010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55284F; }

 p { color: rgb(85,40,79); }

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

<style>
 a { background-color: #55284F; }

 a { background-color: rgb(85,40,79); }

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

<style>
 span { border-color: #55284F; }

 span { border-color: rgb(85,40,79); }

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