#550684

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

Shades of Indigo #550684

Tints of Indigo #550684

Color information

#550684 (or 0x550684) is unknown color: approx Indigo. HEX triplet: 55, 06 and 84. RGB value is (85,6,132). Sum of RGB (Red+Green+Blue) = 85+6+132=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #550684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550684 is #AAF97B. Grayscale: #2B2B2B. Windows color (decimal): -11204988 or 8652373. OLE color: 8652373.

HSL color Cylindrical-coordinate representation of color #550684: hue angle of 277.62º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550684 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB856132-
CMYK0.360.9500.48
HSL277.62º91.3%27.06%-
HSV(B)277.62º95.45%51.76%-
XYZ7.983.7322.13-
YUV43.98177.67157.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 132 (51.95% from 255) = 59.19%
R=38.12%
G=2.69%
B=59.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8561320.360.9500.48277.6291.327.06
Hex55684245F0301165b1b
Octal12562044413706042613333
Binary10101011101000010010010010111110110000100010110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550684; }

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

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

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

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

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

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

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

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