#550577

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

Shades of Indigo #550577

Tints of Indigo #550577

Color information

#550577 (or 0x550577) is unknown color: approx Indigo. HEX triplet: 55, 05 and 77. RGB value is (85,5,119). Sum of RGB (Red+Green+Blue) = 85+5+119=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #550577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550577 is #AAFA88. Grayscale: #292929. Windows color (decimal): -11205257 or 7800149. OLE color: 7800149.

HSL color Cylindrical-coordinate representation of color #550577: hue angle of 282.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550577 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB855119-
CMYK0.290.9600.53
HSL282.11º91.94%24.31%-
HSV(B)282.11º95.8%46.67%-
XYZ7.133.3717.73-
YUV41.92171.5158.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 119 (46.88% from 255) = 56.94%
R=40.67%
G=2.39%
B=56.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8551190.290.9600.53282.1191.9424.31
Hex555771D6003511a5c18
Octal12551673514006543213430
Binary101010110111101111110111000000110101100011010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550577; }

 p { color: rgb(85,5,119); }

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

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

 a { background-color: rgb(85,5,119); }

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

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

 span { border-color: rgb(85,5,119); }

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