Html Css Color HEX #5506FE Electric Indigo

📋 copy color: '#5506FE'

red 85 ◦ green 6 ◦ blue 254

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

Shades of Electric Indigo #5506FE

Tints of Electric Indigo #5506FE

RGB

 RED value IS 85 (33.59% from 255) = 24.64%

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

 BLUE value IS 254 (99.61% from 255) = 73.62%

R = 24.64%
G = 1.74%
B = 73.62%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5506FE (or 0x5506FE) is known color: Electric Indigo. HEX triplet: 55, 06 and FE. RGB value is (85,6,254). Sum of RGB (Red+Green+Blue) = 85+6+254=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #5506FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5506FE is #AAF901. Grayscale: #383838. Windows color (decimal): -11204866 or 16647765. OLE color: 16647765.

HSL color Cylindrical-coordinate representation of color #5506FE: hue angle of 259.11º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5506FE is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 6 254 -
CMYK 0.67 0.98 0 0.00
HSL 259.11º 0.99% 0.51% -
HSV(B) 259.11º 0.98% 1% -
XYZ 21.7 9.22 94.4 -
YUV 57.89 238.67 147.33 -
System Red Green Blue C M Y K H S L
Decimal 85 6 254 0.67 0.98 0 0.00 259.11 0.99 0.51
Hex 55 6 FE 43 62 0 0 103 63 33
Octal 125 6 376 103 142 0 0 403 143 63
Binary 1010101 110 11111110 1000011 1100010 0 0 100000011 1100011 110011

Color Harmonies of #5506FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5506FE

Black with #5506FE

Text Example


Text Example

White with #5506FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5506FE; }

 p { color: rgb(85,6,254); }

 H1.HeaderClassName
 {
   color: #5506FE;
 }
 .AnyTagClassName
 {
   color: #5506FE;
 }
</style>

background-color css

<style>
 a { background-color: #5506FE; }

 a { background-color: rgb(85,6,254); }

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

border-color css

<style>
 span { border-color: #5506FE; }

 span { border-color: rgb(85,6,254); }

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