#5B00FF

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

Shades of Electric Indigo #5B00FF

Tints of Electric Indigo #5B00FF

Color information

#5B00FF (or 0x5B00FF) is unknown color: approx Electric Indigo. HEX triplet: 5B, 00 and FF. RGB value is (91,0,255). Sum of RGB (Red+Green+Blue) = 91+0+255=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B00FF is #A4FF00. Grayscale: #373737. Windows color (decimal): -10813185 or 16711771. OLE color: 16711771.

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

Color convert

RGB910255-
CMYK0.64100
HSL261.41º100%50%-
HSV(B)261.41º100%100%-
XYZ22.369.4495.25-
YUV56.28240.15152.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 73.70%
R=26.30%
G=0%
B=73.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal9102550.64100261.4110050
Hex5B0FF4064001056432
Octal13303771001440040514462
Binary101101101111111110000001100100001000001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,0,255); }

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

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

 a { background-color: rgb(91,0,255); }

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

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

 span { border-color: rgb(91,0,255); }

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