#5006AC

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

Shades of Indigo #5006AC

Tints of Indigo #5006AC

Color information

#5006AC (or 0x5006AC) is unknown color: approx Indigo. HEX triplet: 50, 06 and AC. RGB value is (80,6,172). Sum of RGB (Red+Green+Blue) = 80+6+172=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #5006AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5006AC is #AFF953. Grayscale: #2E2E2E. Windows color (decimal): -11532628 or 11273808. OLE color: 11273808.

HSL color Cylindrical-coordinate representation of color #5006AC: hue angle of 266.75º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5006AC is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB806172-
CMYK0.530.9700.33
HSL266.75º93.26%34.9%-
HSV(B)266.75º96.51%67.45%-
XYZ10.824.8139.39-
YUV47.05198.52151.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 172 (67.58% from 255) = 66.67%
R=31.01%
G=2.33%
B=66.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8061720.530.9700.33266.7593.2634.9
Hex506AC356102110b5d23
Octal12062546514104141313543
Binary101000011010101100110101110000101000011000010111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5006AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5006AC; }

 p { color: rgb(80,6,172); }

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

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

 a { background-color: rgb(80,6,172); }

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

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

 span { border-color: rgb(80,6,172); }

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