Html Css Color HEX #5600EF Electric Indigo

📋 copy color: '#5600EF'

red 86 ◦ green 0 ◦ blue 239

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

Shades of Electric Indigo #5600EF

Tints of Electric Indigo #5600EF

RGB

 RED value IS 86 (33.98% from 255) = 26.46%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 73.54%

R = 26.46%
G = 0%
B = 73.54%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5600EF (or 0x5600EF) is known color: Electric Indigo. HEX triplet: 56, 00 and EF. RGB value is (86,0,239). Sum of RGB (Red+Green+Blue) = 86+0+239=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #5600EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5600EF is #A9FF10. Grayscale: #343434. Windows color (decimal): -11140881 or 15663190. OLE color: 15663190.

HSL color Cylindrical-coordinate representation of color #5600EF: hue angle of 261.59º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600EF is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 0 239 -
CMYK 0.64 1 0 0.06
HSL 261.59º 1% 0.47% -
HSV(B) 261.59º 1% 0.94% -
XYZ 19.42 8.21 82.22 -
YUV 52.96 232.99 151.57 -
System Red Green Blue C M Y K H S L
Decimal 86 0 239 0.64 1 0 0.06 261.59 1 0.47
Hex 56 0 EF 40 64 0 6 106 64 2F
Octal 126 0 357 100 144 0 6 406 144 57
Binary 1010110 0 11101111 1000000 1100100 0 110 100000110 1100100 101111

Color Harmonies of #5600EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5600EF

Black with #5600EF

Text Example


Text Example

White with #5600EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5600EF; }

 p { color: rgb(86,0,239); }

 H1.HeaderClassName
 {
   color: #5600EF;
 }
 .AnyTagClassName
 {
   color: #5600EF;
 }
</style>

background-color css

<style>
 a { background-color: #5600EF; }

 a { background-color: rgb(86,0,239); }

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

border-color css

<style>
 span { border-color: #5600EF; }

 span { border-color: rgb(86,0,239); }

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