Html Css Color HEX #551086 Indigo

📋 copy color: '#551086'

red 85 ◦ green 16 ◦ blue 134

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

Shades of Indigo #551086

Tints of Indigo #551086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

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

R = 36.17%
G = 6.81%
B = 57.02%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#551086 (or 0x551086) is known color: Indigo. HEX triplet: 55, 10 and 86. RGB value is (85,16,134). Sum of RGB (Red+Green+Blue) = 85+16+134=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #551086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551086 is #AAEF79. Grayscale: #313131. Windows color (decimal): -11202426 or 8786005. OLE color: 8786005.

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

Color convert

RGB 85 16 134 -
CMYK 0.37 0.88 0 0.47
HSL 275.08º 0.79% 0.29% -
HSV(B) 275.08º 0.88% 0.53% -
XYZ 8.23 4.02 22.9 -
YUV 50.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 85 16 134 0.37 0.88 0 0.47 275.08 0.79 0.29
Hex 55 10 86 25 58 0 2F 113 4F 1D
Octal 125 20 206 45 130 0 57 423 117 35
Binary 1010101 10000 10000110 100101 1011000 0 101111 100010011 1001111 11101

Color Harmonies of #551086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551086

Black with #551086

Text Example


Text Example

White with #551086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551086; }

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

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

background-color css

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

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

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

border-color css

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

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

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