#550165

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

Shades of Indigo #550165

Tints of Indigo #550165

Color information

#550165 (or 0x550165) is unknown color: approx Indigo. HEX triplet: 55, 01 and 65. RGB value is (85,1,101). Sum of RGB (Red+Green+Blue) = 85+1+101=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #550165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550165 is #AAFE9A. Grayscale: #252525. Windows color (decimal): -11206299 or 6619477. OLE color: 6619477.

HSL color Cylindrical-coordinate representation of color #550165: hue angle of 290.4º 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 #550165 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB851101-
CMYK0.160.9900.60
HSL290.4º98.04%20%-
HSV(B)290.4º99.01%39.61%-
XYZ6.112.8912.55-
YUV37.52163.83161.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 101 (39.84% from 255) = 54.01%
R=45.45%
G=0.53%
B=54.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8511010.160.9900.60290.498.0420
Hex55165106303C1226214
Octal12511452014307444214224
Binary1010101111001011000011000110111100100100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550165; }

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

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

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

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

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

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

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

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