#550673

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

Shades of Indigo #550673

Tints of Indigo #550673

Color information

#550673 (or 0x550673) is unknown color: approx Indigo. HEX triplet: 55, 06 and 73. RGB value is (85,6,115). Sum of RGB (Red+Green+Blue) = 85+6+115=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #550673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550673 is #AAF98C. Grayscale: #292929. Windows color (decimal): -11205005 or 7538261. OLE color: 7538261.

HSL color Cylindrical-coordinate representation of color #550673: hue angle of 283.49º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550673 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB856115-
CMYK0.260.9500.55
HSL283.49º90.08%23.73%-
HSV(B)283.49º94.78%45.1%-
XYZ6.913.316.49-
YUV42.05169.17158.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 6 (2.73% from 255) = 2.91%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=41.26%
G=2.91%
B=55.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8561150.260.9500.55283.4990.0823.73
Hex556731A5F03711b5a18
Octal12561633213706743313230
Binary101010111011100111101010111110110111100011011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550673; }

 p { color: rgb(85,6,115); }

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

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

 a { background-color: rgb(85,6,115); }

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

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

 span { border-color: rgb(85,6,115); }

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