#550669

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

Shades of Indigo #550669

Tints of Indigo #550669

Color information

#550669 (or 0x550669) is unknown color: approx Indigo. HEX triplet: 55, 06 and 69. RGB value is (85,6,105). Sum of RGB (Red+Green+Blue) = 85+6+105=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #550669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550669 is #AAF996. Grayscale: #282828. Windows color (decimal): -11205015 or 6882901. OLE color: 6882901.

HSL color Cylindrical-coordinate representation of color #550669: hue angle of 287.88º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550669 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB856105-
CMYK0.190.9400.59
HSL287.88º89.19%21.76%-
HSV(B)287.88º94.29%41.18%-
XYZ6.363.0813.62-
YUV40.91164.17159.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=43.37%
G=3.06%
B=53.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8561050.190.9400.59287.8889.1921.76
Hex55669135E03B1205916
Octal12561512313607344013126
Binary101010111011010011001110111100111011100100000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550669; }

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

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

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

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

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

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

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

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