#551B46

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

Shades of Loulou #551B46

Tints of Loulou #551B46

Color information

#551B46 (or 0x551B46) is unknown color: approx Loulou. HEX triplet: 55, 1B and 46. RGB value is (85,27,70). Sum of RGB (Red+Green+Blue) = 85+27+70=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #551B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B46 is #AAE4B9. Grayscale: #313131. Windows color (decimal): -11199674 or 4594517. OLE color: 4594517.

HSL color Cylindrical-coordinate representation of color #551B46: hue angle of 315.52º 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 #551B46 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB852770-
CMYK00.680.180.67
HSL315.52º51.79%21.96%-
HSV(B)315.52º68.24%33.33%-
XYZ5.243.166.13-
YUV49.24139.72153.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 27 (10.94% from 255) = 14.84%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=46.70%
G=14.84%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85277000.680.180.67315.5251.7921.96
Hex551B46044124313c3416
Octal125331060104221034746426
Binary10101011101110001100100010010010100001110011110011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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