Html Css Color HEX #550086 Indigo

📋 copy color: '#550086'

red 85 ◦ green 0 ◦ blue 134

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

Shades of Indigo #550086

Tints of Indigo #550086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 61.19%

R = 38.81%
G = 0%
B = 61.19%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#550086 (or 0x550086) is known color: Indigo. HEX triplet: 55, 00 and 86. RGB value is (85,0,134). Sum of RGB (Red+Green+Blue) = 85+0+134=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #550086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550086 is #AAFF79. Grayscale: #282828. Windows color (decimal): -11206522 or 8781909. OLE color: 8781909.

HSL color Cylindrical-coordinate representation of color #550086: hue angle of 278.06º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550086 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 0 134 -
CMYK 0.37 1 0 0.47
HSL 278.06º 1% 0.26% -
HSV(B) 278.06º 1% 0.53% -
XYZ 8.05 3.65 22.84 -
YUV 40.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 85 0 134 0.37 1 0 0.47 278.06 1 0.26
Hex 55 0 86 25 64 0 2F 116 64 1A
Octal 125 0 206 45 144 0 57 426 144 32
Binary 1010101 0 10000110 100101 1100100 0 101111 100010110 1100100 11010

Color Harmonies of #550086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550086

Black with #550086

Text Example


Text Example

White with #550086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550086; }

 p { color: rgb(85,0,134); }

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

background-color css

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

 a { background-color: rgb(85,0,134); }

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

border-color css

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

 span { border-color: rgb(85,0,134); }

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