#550463

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

Shades of Indigo #550463

Tints of Indigo #550463

Color information

#550463 (or 0x550463) is unknown color: approx Indigo. HEX triplet: 55, 04 and 63. RGB value is (85,4,99). Sum of RGB (Red+Green+Blue) = 85+4+99=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #550463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550463 is #AAFB9C. Grayscale: #262626. Windows color (decimal): -11205533 or 6489173. OLE color: 6489173.

HSL color Cylindrical-coordinate representation of color #550463: hue angle of 291.16º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550463 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB85499-
CMYK0.140.9600.61
HSL291.16º92.23%20.2%-
HSV(B)291.16º95.96%38.82%-
XYZ6.042.9212.05-
YUV39.05161.84160.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=45.21%
G=2.13%
B=52.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal854990.140.9600.61291.1692.2320.2
Hex55463E6003D1235c14
Octal12541431614007544313424
Binary10101011001100011111011000000111101100100011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550463; }

 p { color: rgb(85,4,99); }

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

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

 a { background-color: rgb(85,4,99); }

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

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

 span { border-color: rgb(85,4,99); }

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