#550894

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

Shades of Indigo #550894

Tints of Indigo #550894

Color information

#550894 (or 0x550894) is unknown color: approx Indigo. HEX triplet: 55, 08 and 94. RGB value is (85,8,148). Sum of RGB (Red+Green+Blue) = 85+8+148=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #550894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550894 is #AAF76B. Grayscale: #2E2E2E. Windows color (decimal): -11204460 or 9701461. OLE color: 9701461.

HSL color Cylindrical-coordinate representation of color #550894: hue angle of 273º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550894 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB858148-
CMYK0.430.9500.42
HSL273º89.74%30.59%-
HSV(B)273º94.59%58.04%-
XYZ9.184.2428.35-
YUV46.98185.01155.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 148 (58.20% from 255) = 61.41%
R=35.27%
G=3.32%
B=61.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8581480.430.9500.4227389.7430.59
Hex558942B5F02A1115a1f
Octal125102245313705242113237
Binary101010110001001010010101110111110101010100010001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550894; }

 p { color: rgb(85,8,148); }

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

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

 a { background-color: rgb(85,8,148); }

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

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

 span { border-color: rgb(85,8,148); }

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