Html Css Color HEX #5908FB Electric Indigo

📋 copy color: '#5908FB'

red 89 ◦ green 8 ◦ blue 251

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

Shades of Electric Indigo #5908FB

Tints of Electric Indigo #5908FB

RGB

 RED value IS 89 (35.16% from 255) = 25.57%

 GREEN value IS 8 (3.52% from 255) = 2.3%

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

R = 25.57%
G = 2.3%
B = 72.13%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5908FB (or 0x5908FB) is known color: Electric Indigo. HEX triplet: 59, 08 and FB. RGB value is (89,8,251). Sum of RGB (Red+Green+Blue) = 89+8+251=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 8 (3.52% from 255 or 2.30% 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 #5908FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5908FB is #A6F704. Grayscale: #3B3B3B. Windows color (decimal): -10942213 or 16451673. OLE color: 16451673.

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

Color convert

RGB 89 8 251 -
CMYK 0.65 0.97 0 0.02
HSL 260º 0.97% 0.51% -
HSV(B) 260º 0.97% 0.98% -
XYZ 21.62 9.26 91.92 -
YUV 59.92 235.84 148.74 -
System Red Green Blue C M Y K H S L
Decimal 89 8 251 0.65 0.97 0 0.02 260 0.97 0.51
Hex 59 8 FB 41 61 0 2 104 61 33
Octal 131 10 373 101 141 0 2 404 141 63
Binary 1011001 1000 11111011 1000001 1100001 0 10 100000100 1100001 110011

Color Harmonies of #5908FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5908FB

Black with #5908FB

Text Example


Text Example

White with #5908FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5908FB; }

 p { color: rgb(89,8,251); }

 H1.HeaderClassName
 {
   color: #5908FB;
 }
 .AnyTagClassName
 {
   color: #5908FB;
 }
</style>

background-color css

<style>
 a { background-color: #5908FB; }

 a { background-color: rgb(89,8,251); }

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

border-color css

<style>
 span { border-color: #5908FB; }

 span { border-color: rgb(89,8,251); }

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