#550B65

Color #550B65 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #550B65

Tints of Indigo #550B65

Color information

#550B65 (or 0x550B65) is unknown color: approx Indigo. HEX triplet: 55, 0B and 65. RGB value is (85,11,101). Sum of RGB (Red+Green+Blue) = 85+11+101=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #550B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B65 is #AAF49A. Grayscale: #2B2B2B. Windows color (decimal): -11203739 or 6622037. OLE color: 6622037.

HSL color Cylindrical-coordinate representation of color #550B65: hue angle of 289.33º degrees, saturation: 0.8, 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 #550B65 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8511101-
CMYK0.160.8900.60
HSL289.33º80.36%21.96%-
HSV(B)289.33º89.11%39.61%-
XYZ6.213.1112.58-
YUV43.39160.52157.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 11 (4.69% from 255) = 5.58%
BLUE value IS 101 (39.84% from 255) = 51.27%
R=43.15%
G=5.58%
B=51.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85111010.160.8900.60289.3380.3621.96
Hex55B65105903C1215016
Octal125131452013107444112026
Binary1010101101111001011000010110010111100100100001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #550B65;
 }
 .AnyTagClassName
 {
   color: #550B65;
 }
</style>
background-color css

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

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

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

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

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

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