#550B69

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

Shades of Indigo #550B69

Tints of Indigo #550B69

Color information

#550B69 (or 0x550B69) is unknown color: approx Indigo. HEX triplet: 55, 0B and 69. RGB value is (85,11,105). Sum of RGB (Red+Green+Blue) = 85+11+105=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #550B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B69 is #AAF496. Grayscale: #2B2B2B. Windows color (decimal): -11203735 or 6884181. OLE color: 6884181.

HSL color Cylindrical-coordinate representation of color #550B69: hue angle of 287.23º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550B69 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8511105-
CMYK0.190.9000.59
HSL287.23º81.03%22.75%-
HSV(B)287.23º89.52%41.18%-
XYZ6.423.1913.64-
YUV43.84162.52157.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 11 (4.69% from 255) = 5.47%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=42.29%
G=5.47%
B=52.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85111050.190.9000.59287.2381.0322.75
Hex55B69135A03B11f5117
Octal125131512313207343712127
Binary1010101101111010011001110110100111011100011111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,11,105); }

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

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

 a { background-color: rgb(85,11,105); }

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

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

 span { border-color: rgb(85,11,105); }

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