#550d76

Color #550D76 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #550D76

Tints of Indigo #550D76

Color information

#550D76 (or 0x550D76) is unknown color: approx Indigo. HEX triplet: 55, 0D and 76. RGB value is (85,13,118). Sum of RGB (Red+Green+Blue) = 85+13+118=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #550D76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D76 is #AAF289. Grayscale: #2E2E2E. Windows color (decimal): -11203210 or 7736661. OLE color: 7736661.

HSL color Cylindrical-coordinate representation of color #550D76: hue angle of 281.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550D76 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8513118-
CMYK0.280.8900.54
HSL281.14º80.15%25.69%-
HSV(B)281.14º88.98%46.27%-
XYZ7.163.5317.44-
YUV46.5168.35155.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 13 (5.47% from 255) = 6.02%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=39.35%
G=6.02%
B=54.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85131180.280.8900.54281.1480.1525.69
Hex55D761C59036119501a
Octal125151663413106643112032
Binary1010101110111101101110010110010110110100011001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550d76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550d76; }

 p { color: rgb(85,13,118); }

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

<style>
 a { background-color: #550d76; }

 a { background-color: rgb(85,13,118); }

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

<style>
 span { border-color: #550d76; }

 span { border-color: rgb(85,13,118); }

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