Html Css Color HEX #5D05EB Electric Indigo

📋 copy color: '#5D05EB'

red 93 ◦ green 5 ◦ blue 235

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

Shades of Electric Indigo #5D05EB

Tints of Electric Indigo #5D05EB

RGB

 RED value IS 93 (36.72% from 255) = 27.93%

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

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

R = 27.93%
G = 1.5%
B = 70.57%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D05EB (or 0x5D05EB) is known color: Electric Indigo. HEX triplet: 5D, 05 and EB. RGB value is (93,5,235). Sum of RGB (Red+Green+Blue) = 93+5+235=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D05EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D05EB is #A2FA14. Grayscale: #383838. Windows color (decimal): -10680853 or 15402333. OLE color: 15402333.

HSL color Cylindrical-coordinate representation of color #5D05EB: hue angle of 262.96º 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 #5D05EB is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 5 235 -
CMYK 0.60 0.98 0 0.08
HSL 262.96º 0.96% 0.47% -
HSV(B) 262.96º 0.98% 0.92% -
XYZ 19.56 8.43 79.19 -
YUV 57.53 228.15 153.3 -
System Red Green Blue C M Y K H S L
Decimal 93 5 235 0.60 0.98 0 0.08 262.96 0.96 0.47
Hex 5D 5 EB 3C 62 0 8 107 60 2F
Octal 135 5 353 74 142 0 10 407 140 57
Binary 1011101 101 11101011 111100 1100010 0 1000 100000111 1100000 101111

Color Harmonies of #5D05EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D05EB

Black with #5D05EB

Text Example


Text Example

White with #5D05EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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