Html Css Color HEX #5B05EE Electric Indigo

📋 copy color: '#5B05EE'

red 91 ◦ green 5 ◦ blue 238

#5B05EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #5B05EE

Tints of Electric Indigo #5B05EE

RGB

 RED value IS 91 (35.94% from 255) = 27.25%

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 238 (93.36% from 255) = 71.26%

R = 27.25%
G = 1.5%
B = 71.26%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5B05EE (or 0x5B05EE) is known color: Electric Indigo. HEX triplet: 5B, 05 and EE. RGB value is (91,5,238). Sum of RGB (Red+Green+Blue) = 91+5+238=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #5B05EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B05EE is #A4FA11. Grayscale: #383838. Windows color (decimal): -10811922 or 15598939. OLE color: 15598939.

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

Color convert

RGB 91 5 238 -
CMYK 0.62 0.98 0 0.07
HSL 262.15º 0.96% 0.48% -
HSV(B) 262.15º 0.98% 0.93% -
XYZ 19.8 8.51 81.49 -
YUV 57.28 229.99 152.05 -
System Red Green Blue C M Y K H S L
Decimal 91 5 238 0.62 0.98 0 0.07 262.15 0.96 0.48
Hex 5B 5 EE 3E 62 0 7 106 60 30
Octal 133 5 356 76 142 0 7 406 140 60
Binary 1011011 101 11101110 111110 1100010 0 111 100000110 1100000 110000

Color Harmonies of #5B05EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B05EE

Black with #5B05EE

Text Example


Text Example

White with #5B05EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,238); }

 H1.HeaderClassName
 {
   color: #5B05EE;
 }
 .AnyTagClassName
 {
   color: #5B05EE;
 }
</style>

background-color css

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

 a { background-color: rgb(91,5,238); }

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

border-color css

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

 span { border-color: rgb(91,5,238); }

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