#550166

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

Shades of Indigo #550166

Tints of Indigo #550166

Color information

#550166 (or 0x550166) is unknown color: approx Indigo. HEX triplet: 55, 01 and 66. RGB value is (85,1,102). Sum of RGB (Red+Green+Blue) = 85+1+102=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #550166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550166 is #AAFE99. Grayscale: #252525. Windows color (decimal): -11206298 or 6685013. OLE color: 6685013.

HSL color Cylindrical-coordinate representation of color #550166: hue angle of 289.9º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550166 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB851102-
CMYK0.170.9900.6
HSL289.9º98.06%20.2%-
HSV(B)289.9º99.02%40%-
XYZ6.162.9112.81-
YUV37.63164.33161.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 102 (40.23% from 255) = 54.26%
R=45.21%
G=0.53%
B=54.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8511020.170.9900.6289.998.0620.2
Hex55166116303C1226214
Octal12511462114307444214224
Binary1010101111001101000111000110111100100100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550166; }

 p { color: rgb(85,1,102); }

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

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

 a { background-color: rgb(85,1,102); }

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

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

 span { border-color: rgb(85,1,102); }

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