Shades of Electric Indigo #5C02EB
Tints of Electric Indigo #5C02EB
RGB
CMYK
RGB Variations
Color information
#5C02EB (or 0x5C02EB) is known color: Electric Indigo. HEX triplet: 5C, 02 and EB. RGB value is (92,2,235). Sum of RGB (Red+Green+Blue) = 92+2+235=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C02EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C02EB is #A3FD14. Grayscale: #363636. Windows color (decimal): -10747157 or 15401564. OLE color: 15401564.
HSL color Cylindrical-coordinate representation of color #5C02EB: hue angle of 263.18º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C02EB is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 2 | 235 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.08 |
| HSL | 263.18º | 0.98% | 0.46% | - |
| HSV(B) | 263.18º | 0.99% | 0.92% | - |
| XYZ | 19.43 | 8.32 | 79.18 | - |
| YUV | 55.47 | 229.32 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 235 | 0.61 | 0.99 | 0 | 0.08 | 263.18 | 0.98 | 0.46 |
| Hex | 5C | 2 | EB | 3D | 63 | 0 | 8 | 107 | 62 | 2E |
| Octal | 134 | 2 | 353 | 75 | 143 | 0 | 10 | 407 | 142 | 56 |
| Binary | 1011100 | 10 | 11101011 | 111101 | 1100011 | 0 | 1000 | 100000111 | 1100010 | 101110 |
Color Harmonies of #5C02EB
Complementary color
Monochromatic Colors of #5C02EB
Black with #5C02EB
Text Example
Text Example
White with #5C02EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C02EB; }
p { color: rgb(92,2,235); }
H1.HeaderClassName
{
color: #5C02EB;
}
.AnyTagClassName
{
color: #5C02EB;
}
</style>
background-color css
<style>
a { background-color: #5C02EB; }
a { background-color: rgb(92,2,235); }
div.DivClassName
{
background-color: #5C02EB;
}
.BgClassName
{
background-color: #5C02EB;
}
</style>
border-color css
<style>
span { border-color: #5C02EB; }
span { border-color: rgb(92,2,235); }
td.TdClassName
{
border-color: #5C02EB;
}
.TagClassName
{
border-color: #5C02EB;
}
</style>