#551B4E

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

Shades of Loulou #551B4E

Tints of Loulou #551B4E

Color information

#551B4E (or 0x551B4E) is unknown color: approx Loulou. HEX triplet: 55, 1B and 4E. RGB value is (85,27,78). Sum of RGB (Red+Green+Blue) = 85+27+78=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #551B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B4E is #AAE4B1. Grayscale: #323232. Windows color (decimal): -11199666 or 5118805. OLE color: 5118805.

HSL color Cylindrical-coordinate representation of color #551B4E: hue angle of 307.24º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B4E is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB852778-
CMYK00.680.080.67
HSL307.24º51.79%21.96%-
HSV(B)307.24º68.24%33.33%-
XYZ5.513.277.55-
YUV50.16143.72152.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 27 (10.94% from 255) = 14.21%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=44.74%
G=14.21%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85277800.680.080.67307.2451.7921.96
Hex551B4E0448431333416
Octal125331160104101034636426
Binary1010101110111001110010001001000100001110011001111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551B4E; }

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

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

<style>
 a { background-color: #551B4E; }

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

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

<style>
 span { border-color: #551B4E; }

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

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