#551C4F

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

Shades of Loulou #551C4F

Tints of Loulou #551C4F

Color information

#551C4F (or 0x551C4F) is unknown color: approx Loulou. HEX triplet: 55, 1C and 4F. RGB value is (85,28,79). Sum of RGB (Red+Green+Blue) = 85+28+79=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #551C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C4F is #AAE3B0. Grayscale: #323232. Windows color (decimal): -11199409 or 5184597. OLE color: 5184597.

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

Color convert

RGB852879-
CMYK00.670.070.67
HSL306.32º50.44%22.16%-
HSV(B)306.32º67.06%33.33%-
XYZ5.573.337.75-
YUV50.86143.88152.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=44.27%
G=14.58%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85287900.670.070.67306.3250.4422.16
Hex551C4F0437431323216
Octal12534117010371034626226
Binary101010111100100111101000011111100001110011001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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