#550C65

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

Shades of Indigo #550C65

Tints of Indigo #550C65

Color information

#550C65 (or 0x550C65) is unknown color: approx Indigo. HEX triplet: 55, 0C and 65. RGB value is (85,12,101). Sum of RGB (Red+Green+Blue) = 85+12+101=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #550C65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C65 is #AAF39A. Grayscale: #2B2B2B. Windows color (decimal): -11203483 or 6622293. OLE color: 6622293.

HSL color Cylindrical-coordinate representation of color #550C65: hue angle of 289.21º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550C65 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8512101-
CMYK0.160.8800.60
HSL289.21º78.76%22.16%-
HSV(B)289.21º88.12%39.61%-
XYZ6.233.1312.59-
YUV43.97160.18157.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 12 (5.08% from 255) = 6.06%
BLUE value IS 101 (39.84% from 255) = 51.01%
R=42.93%
G=6.06%
B=51.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85121010.160.8800.60289.2178.7622.16
Hex55C65105803C1214f16
Octal125141452013007444111726
Binary1010101110011001011000010110000111100100100001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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