#550667

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

Shades of Indigo #550667

Tints of Indigo #550667

Color information

#550667 (or 0x550667) is unknown color: approx Indigo. HEX triplet: 55, 06 and 67. RGB value is (85,6,103). Sum of RGB (Red+Green+Blue) = 85+6+103=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #550667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550667 is #AAF998. Grayscale: #282828. Windows color (decimal): -11205017 or 6751829. OLE color: 6751829.

HSL color Cylindrical-coordinate representation of color #550667: hue angle of 288.87º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550667 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB856103-
CMYK0.170.9400.60
HSL288.87º88.99%21.37%-
HSV(B)288.87º94.17%40.39%-
XYZ6.263.0413.09-
YUV40.68163.17159.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 103 (40.62% from 255) = 53.09%
R=43.81%
G=3.09%
B=53.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8561030.170.9400.60288.8788.9921.37
Hex55667115E03C1215915
Octal12561472113607444113125
Binary101010111011001111000110111100111100100100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550667; }

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

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

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

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

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

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

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

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