#55304E

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

Shades of Loulou #55304E

Tints of Loulou #55304E

Color information

#55304E (or 0x55304E) is unknown color: approx Loulou. HEX triplet: 55, 30 and 4E. RGB value is (85,48,78). Sum of RGB (Red+Green+Blue) = 85+48+78=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55304E is #AACFB1. Grayscale: #3E3E3E. Windows color (decimal): -11194290 or 5124181. OLE color: 5124181.

HSL color Cylindrical-coordinate representation of color #55304E: hue angle of 311.35º 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 #55304E is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB854878-
CMYK00.440.080.67
HSL311.35º27.82%26.08%-
HSV(B)311.35º43.53%33.33%-
XYZ6.184.67.77-
YUV62.48136.76144.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=40.28%
G=22.75%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85487800.440.080.67311.3527.8226.08
Hex55304E02C8431371c1a
Octal12560116054101034673432
Binary101010111000010011100101100100010000111001101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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