#5500B0

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

Shades of Indigo #5500B0

Tints of Indigo #5500B0

Color information

#5500B0 (or 0x5500B0) is unknown color: approx Indigo. HEX triplet: 55, 00 and B0. RGB value is (85,0,176). Sum of RGB (Red+Green+Blue) = 85+0+176=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 176 (69.14% from 255 or 67.43% from 261); Max value from RGB is 176 - color contains mainly: blue. Hex color #5500B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5500B0 is #AAFF4F. Grayscale: #2C2C2C. Windows color (decimal): -11206480 or 11534421. OLE color: 11534421.

HSL color Cylindrical-coordinate representation of color #5500B0: hue angle of 268.98º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500B0 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB850176-
CMYK0.52100.31
HSL268.98º100%34.51%-
HSV(B)268.98º100%69.02%-
XYZ11.585.0741.44-
YUV45.48201.66156.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 176 (69.14% from 255) = 67.43%
R=32.57%
G=0%
B=67.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8501760.52100.31268.9810034.51
Hex550B0346401F10d6423
Octal12502606414403741514443
Binary101010101011000011010011001000111111000011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5500B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5500B0; }

 p { color: rgb(85,0,176); }

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

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

 a { background-color: rgb(85,0,176); }

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

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

 span { border-color: rgb(85,0,176); }

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