#5d02ee

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

Shades of Electric Indigo #5D02EE

Tints of Electric Indigo #5D02EE

Color information

#5D02EE (or 0x5D02EE) is unknown color: approx Electric Indigo. HEX triplet: 5D, 02 and EE. RGB value is (93,2,238). Sum of RGB (Red+Green+Blue) = 93+2+238=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D02EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D02EE is #A2FD11. Grayscale: #373737. Windows color (decimal): -10681618 or 15598173. OLE color: 15598173.

HSL color Cylindrical-coordinate representation of color #5D02EE: hue angle of 263.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D02EE is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB932238-
CMYK0.610.9900.07
HSL263.14º98.33%47.06%-
HSV(B)263.14º99.16%93.33%-
XYZ19.978.5481.49-
YUV56.11230.65154.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.93%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 238 (93.36% from 255) = 71.47%
R=27.93%
G=0.60%
B=71.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal9322380.610.9900.07263.1498.3347.06
Hex5D2EE3D6307107622f
Octal1352356751430740714257
Binary10111011011101110111101110001101111000001111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d02ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5d02ee; }

 p { color: rgb(93,2,238); }

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

<style>
 a { background-color: #5d02ee; }

 a { background-color: rgb(93,2,238); }

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

<style>
 span { border-color: #5d02ee; }

 span { border-color: rgb(93,2,238); }

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