Shades of Indigo #5500B2
Tints of Indigo #5500B2
RGB
CMYK
RGB Variations
Color information
#5500B2 (or 0x5500B2) is known color: Indigo. HEX triplet: 55, 00 and B2. RGB value is (85,0,178). Sum of RGB (Red+Green+Blue) = 85+0+178=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 178 (69.92% from 255 or 67.68% from 263); Max value from RGB is 178 - color contains mainly: blue. Hex color #5500B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5500B2 is #AAFF4D. Grayscale: #2D2D2D. Windows color (decimal): -11206478 or 11665493. OLE color: 11665493.
HSL color Cylindrical-coordinate representation of color #5500B2: hue angle of 268.65º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500B2 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 0 | 178 | - |
| CMYK | 0.52 | 1 | 0 | 0.30 |
| HSL | 268.65º | 1% | 0.35% | - |
| HSV(B) | 268.65º | 1% | 0.7% | - |
| XYZ | 11.78 | 5.15 | 42.49 | - |
| YUV | 45.71 | 202.66 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 178 | 0.52 | 1 | 0 | 0.30 | 268.65 | 1 | 0.35 |
| Hex | 55 | 0 | B2 | 34 | 64 | 0 | 1E | 10D | 64 | 23 |
| Octal | 125 | 0 | 262 | 64 | 144 | 0 | 36 | 415 | 144 | 43 |
| Binary | 1010101 | 0 | 10110010 | 110100 | 1100100 | 0 | 11110 | 100001101 | 1100100 | 100011 |
Color Harmonies of #5500B2
Complementary color
Monochromatic Colors of #5500B2
Black with #5500B2
Text Example
Text Example
White with #5500B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5500B2; }
p { color: rgb(85,0,178); }
H1.HeaderClassName
{
color: #5500B2;
}
.AnyTagClassName
{
color: #5500B2;
}
</style>
background-color css
<style>
a { background-color: #5500B2; }
a { background-color: rgb(85,0,178); }
div.DivClassName
{
background-color: #5500B2;
}
.BgClassName
{
background-color: #5500B2;
}
</style>
border-color css
<style>
span { border-color: #5500B2; }
span { border-color: rgb(85,0,178); }
td.TdClassName
{
border-color: #5500B2;
}
.TagClassName
{
border-color: #5500B2;
}
</style>