Shades of Electric Indigo #5B00EB
Tints of Electric Indigo #5B00EB
RGB
CMYK
RGB Variations
Color information
#5B00EB (or 0x5B00EB) is known color: Electric Indigo. HEX triplet: 5B, 00 and EB. RGB value is (91,0,235). Sum of RGB (Red+Green+Blue) = 91+0+235=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 235 (92.19% from 255 or 72.09% from 326); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B00EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B00EB is #A4FF14. Grayscale: #353535. Windows color (decimal): -10813205 or 15401051. OLE color: 15401051.
HSL color Cylindrical-coordinate representation of color #5B00EB: hue angle of 263.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B00EB is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 0 | 235 | - |
| CMYK | 0.61 | 1 | 0 | 0.08 |
| HSL | 263.23º | 1% | 0.46% | - |
| HSV(B) | 263.23º | 1% | 0.92% | - |
| XYZ | 19.31 | 8.22 | 79.17 | - |
| YUV | 54 | 230.15 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 235 | 0.61 | 1 | 0 | 0.08 | 263.23 | 1 | 0.46 |
| Hex | 5B | 0 | EB | 3D | 64 | 0 | 8 | 107 | 64 | 2E |
| Octal | 133 | 0 | 353 | 75 | 144 | 0 | 10 | 407 | 144 | 56 |
| Binary | 1011011 | 0 | 11101011 | 111101 | 1100100 | 0 | 1000 | 100000111 | 1100100 | 101110 |
Color Harmonies of #5B00EB
Complementary color
Monochromatic Colors of #5B00EB
Black with #5B00EB
Text Example
Text Example
White with #5B00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B00EB; }
p { color: rgb(91,0,235); }
H1.HeaderClassName
{
color: #5B00EB;
}
.AnyTagClassName
{
color: #5B00EB;
}
</style>
background-color css
<style>
a { background-color: #5B00EB; }
a { background-color: rgb(91,0,235); }
div.DivClassName
{
background-color: #5B00EB;
}
.BgClassName
{
background-color: #5B00EB;
}
</style>
border-color css
<style>
span { border-color: #5B00EB; }
span { border-color: rgb(91,0,235); }
td.TdClassName
{
border-color: #5B00EB;
}
.TagClassName
{
border-color: #5B00EB;
}
</style>