#5B02FC

Color #5B02FC Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #5B02FC

Tints of Electric Indigo #5B02FC

Color information

#5B02FC (or 0x5B02FC) is unknown color: approx Electric Indigo. HEX triplet: 5B, 02 and FC. RGB value is (91,2,252). Sum of RGB (Red+Green+Blue) = 91+2+252=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B02FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B02FC is #A4FD03. Grayscale: #383838. Windows color (decimal): -10812676 or 16515675. OLE color: 16515675.

HSL color Cylindrical-coordinate representation of color #5B02FC: hue angle of 261.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B02FC is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB912252-
CMYK0.640.9900.01
HSL261.36º98.43%49.8%-
HSV(B)261.36º99.21%98.82%-
XYZ21.919.392.74-
YUV57.11237.99152.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.38%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 252 (98.83% from 255) = 73.04%
R=26.38%
G=0.58%
B=73.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal9122520.640.9900.01261.3698.4349.8
Hex5B2FC4063011056232
Octal13323741001430140514262
Binary1011011101111110010000001100011011000001011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B02FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,2,252); }

 H1.HeaderClassName
 {
   color: #5B02FC;
 }
 .AnyTagClassName
 {
   color: #5B02FC;
 }
</style>
background-color css

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

 a { background-color: rgb(91,2,252); }

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

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

 span { border-color: rgb(91,2,252); }

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