Html Css Color HEX #550B66 Indigo

📋 copy color: '#550B66'

red 85 ◦ green 11 ◦ blue 102

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

Shades of Indigo #550B66

Tints of Indigo #550B66

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.56%

 BLUE value IS 102 (40.23% from 255) = 51.52%

R = 42.93%
G = 5.56%
B = 51.52%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#550B66 (or 0x550B66) is known color: Indigo. HEX triplet: 55, 0B and 66. RGB value is (85,11,102). Sum of RGB (Red+Green+Blue) = 85+11+102=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #550B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B66 is #AAF499. Grayscale: #2B2B2B. Windows color (decimal): -11203738 or 6687573. OLE color: 6687573.

HSL color Cylindrical-coordinate representation of color #550B66: hue angle of 288.79º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550B66 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 11 102 -
CMYK 0.17 0.89 0 0.6
HSL 288.79º 0.81% 0.22% -
HSV(B) 288.79º 0.89% 0.4% -
XYZ 6.26 3.13 12.84 -
YUV 43.5 161.02 157.6 -
System Red Green Blue C M Y K H S L
Decimal 85 11 102 0.17 0.89 0 0.6 288.79 0.81 0.22
Hex 55 B 66 11 59 0 3C 121 51 16
Octal 125 13 146 21 131 0 74 441 121 26
Binary 1010101 1011 1100110 10001 1011001 0 111100 100100001 1010001 10110

Color Harmonies of #550B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550B66

Black with #550B66

Text Example


Text Example

White with #550B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550B66; }

 p { color: rgb(85,11,102); }

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

background-color css

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

 a { background-color: rgb(85,11,102); }

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

border-color css

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

 span { border-color: rgb(85,11,102); }

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