Html Css Color HEX #5600F9 Electric Indigo

📋 copy color: '#5600F9'

red 86 ◦ green 0 ◦ blue 249

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

Shades of Electric Indigo #5600F9

Tints of Electric Indigo #5600F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 74.33%

R = 25.67%
G = 0%
B = 74.33%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5600F9 (or 0x5600F9) is known color: Electric Indigo. HEX triplet: 56, 00 and F9. RGB value is (86,0,249). Sum of RGB (Red+Green+Blue) = 86+0+249=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 249 (97.66% from 255 or 74.33% from 335); Max value from RGB is 249 - color contains mainly: blue. Hex color #5600F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5600F9 is #A9FF06. Grayscale: #353535. Windows color (decimal): -11140871 or 16318550. OLE color: 16318550.

HSL color Cylindrical-coordinate representation of color #5600F9: hue angle of 260.72º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600F9 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 0 249 -
CMYK 0.65 1 0 0.02
HSL 260.72º 1% 0.49% -
HSV(B) 260.72º 1% 0.98% -
XYZ 20.94 8.82 90.22 -
YUV 54.1 237.99 150.75 -
System Red Green Blue C M Y K H S L
Decimal 86 0 249 0.65 1 0 0.02 260.72 1 0.49
Hex 56 0 F9 41 64 0 2 105 64 31
Octal 126 0 371 101 144 0 2 405 144 61
Binary 1010110 0 11111001 1000001 1100100 0 10 100000101 1100100 110001

Color Harmonies of #5600F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5600F9

Black with #5600F9

Text Example


Text Example

White with #5600F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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