Html Css Color HEX #5A05EB Electric Indigo

📋 copy color: '#5A05EB'

red 90 ◦ green 5 ◦ blue 235

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

Shades of Electric Indigo #5A05EB

Tints of Electric Indigo #5A05EB

RGB

 RED value IS 90 (35.55% from 255) = 27.27%

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

 BLUE value IS 235 (92.19% from 255) = 71.21%

R = 27.27%
G = 1.52%
B = 71.21%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A05EB (or 0x5A05EB) is known color: Electric Indigo. HEX triplet: 5A, 05 and EB. RGB value is (90,5,235). Sum of RGB (Red+Green+Blue) = 90+5+235=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A05EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A05EB is #A5FA14. Grayscale: #373737. Windows color (decimal): -10877461 or 15402330. OLE color: 15402330.

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

Color convert

RGB 90 5 235 -
CMYK 0.62 0.98 0 0.08
HSL 262.17º 0.96% 0.47% -
HSV(B) 262.17º 0.98% 0.92% -
XYZ 19.27 8.28 79.18 -
YUV 56.64 228.66 151.8 -
System Red Green Blue C M Y K H S L
Decimal 90 5 235 0.62 0.98 0 0.08 262.17 0.96 0.47
Hex 5A 5 EB 3E 62 0 8 106 60 2F
Octal 132 5 353 76 142 0 10 406 140 57
Binary 1011010 101 11101011 111110 1100010 0 1000 100000110 1100000 101111

Color Harmonies of #5A05EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A05EB

Black with #5A05EB

Text Example


Text Example

White with #5A05EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,5,235); }

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

background-color css

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

 a { background-color: rgb(90,5,235); }

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

border-color css

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

 span { border-color: rgb(90,5,235); }

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