#55304F

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

Shades of Loulou #55304F

Tints of Loulou #55304F

Color information

#55304F (or 0x55304F) is unknown color: approx Loulou. HEX triplet: 55, 30 and 4F. RGB value is (85,48,79). Sum of RGB (Red+Green+Blue) = 85+48+79=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55304F is #AACFB0. Grayscale: #3E3E3E. Windows color (decimal): -11194289 or 5189717. OLE color: 5189717.

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

Color convert

RGB854879-
CMYK00.440.070.67
HSL309.73º27.82%26.08%-
HSV(B)309.73º43.53%33.33%-
XYZ6.214.617.96-
YUV62.6137.26143.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=40.09%
G=22.64%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85487900.440.070.67309.7327.8226.08
Hex55304F02C7431361c1a
Octal1256011705471034663432
Binary10101011100001001111010110011110000111001101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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