Html Css Color HEX #5B06FB Electric Indigo

📋 copy color: '#5B06FB'

red 91 ◦ green 6 ◦ blue 251

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

Shades of Electric Indigo #5B06FB

Tints of Electric Indigo #5B06FB

RGB

 RED value IS 91 (35.94% from 255) = 26.15%

 GREEN value IS 6 (2.73% from 255) = 1.72%

 BLUE value IS 251 (98.44% from 255) = 72.13%

R = 26.15%
G = 1.72%
B = 72.13%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B06FB (or 0x5B06FB) is known color: Electric Indigo. HEX triplet: 5B, 06 and FB. RGB value is (91,6,251). Sum of RGB (Red+Green+Blue) = 91+6+251=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B06FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B06FB is #A4F904. Grayscale: #3A3A3A. Windows color (decimal): -10811653 or 16451163. OLE color: 16451163.

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

Color convert

RGB 91 6 251 -
CMYK 0.64 0.98 0 0.02
HSL 260.82º 0.97% 0.5% -
HSV(B) 260.82º 0.98% 0.98% -
XYZ 21.79 9.32 91.92 -
YUV 59.35 236.16 150.58 -
System Red Green Blue C M Y K H S L
Decimal 91 6 251 0.64 0.98 0 0.02 260.82 0.97 0.5
Hex 5B 6 FB 40 62 0 2 105 61 32
Octal 133 6 373 100 142 0 2 405 141 62
Binary 1011011 110 11111011 1000000 1100010 0 10 100000101 1100001 110010

Color Harmonies of #5B06FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B06FB

Black with #5B06FB

Text Example


Text Example

White with #5B06FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,6,251); }

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

background-color css

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

 a { background-color: rgb(91,6,251); }

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

border-color css

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

 span { border-color: rgb(91,6,251); }

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