Shades of Electric Indigo #5C00EB
Tints of Electric Indigo #5C00EB
RGB
CMYK
RGB Variations
Color information
#5C00EB (or 0x5C00EB) is known color: Electric Indigo. HEX triplet: 5C, 00 and EB. RGB value is (92,0,235). Sum of RGB (Red+Green+Blue) = 92+0+235=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 235 (92.19% from 255 or 71.87% from 327); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C00EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C00EB is #A3FF14. Grayscale: #353535. Windows color (decimal): -10747669 or 15401052. OLE color: 15401052.
HSL color Cylindrical-coordinate representation of color #5C00EB: hue angle of 263.49º 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 #5C00EB is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 0 | 235 | - |
| CMYK | 0.61 | 1 | 0 | 0.08 |
| HSL | 263.49º | 1% | 0.46% | - |
| HSV(B) | 263.49º | 1% | 0.92% | - |
| XYZ | 19.41 | 8.27 | 79.17 | - |
| YUV | 54.3 | 229.98 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 235 | 0.61 | 1 | 0 | 0.08 | 263.49 | 1 | 0.46 |
| Hex | 5C | 0 | EB | 3D | 64 | 0 | 8 | 107 | 64 | 2E |
| Octal | 134 | 0 | 353 | 75 | 144 | 0 | 10 | 407 | 144 | 56 |
| Binary | 1011100 | 0 | 11101011 | 111101 | 1100100 | 0 | 1000 | 100000111 | 1100100 | 101110 |
Color Harmonies of #5C00EB
Complementary color
Monochromatic Colors of #5C00EB
Black with #5C00EB
Text Example
Text Example
White with #5C00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C00EB; }
p { color: rgb(92,0,235); }
H1.HeaderClassName
{
color: #5C00EB;
}
.AnyTagClassName
{
color: #5C00EB;
}
</style>
background-color css
<style>
a { background-color: #5C00EB; }
a { background-color: rgb(92,0,235); }
div.DivClassName
{
background-color: #5C00EB;
}
.BgClassName
{
background-color: #5C00EB;
}
</style>
border-color css
<style>
span { border-color: #5C00EB; }
span { border-color: rgb(92,0,235); }
td.TdClassName
{
border-color: #5C00EB;
}
.TagClassName
{
border-color: #5C00EB;
}
</style>