#50086C

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

Shades of Indigo #50086C

Tints of Indigo #50086C

Color information

#50086C (or 0x50086C) is unknown color: approx Indigo. HEX triplet: 50, 08 and 6C. RGB value is (80,8,108). Sum of RGB (Red+Green+Blue) = 80+8+108=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #50086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50086C is #AFF793. Grayscale: #282828. Windows color (decimal): -11532180 or 7080016. OLE color: 7080016.

HSL color Cylindrical-coordinate representation of color #50086C: hue angle of 283.2º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50086C is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB808108-
CMYK0.260.9300.58
HSL283.2º86.21%22.75%-
HSV(B)283.2º92.59%42.35%-
XYZ6.12.9614.44-
YUV40.93165.85155.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=40.82%
G=4.08%
B=55.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8081080.260.9300.58283.286.2122.75
Hex5086C1A5D03A11b5617
Octal120101543213507243312627
Binary1010000100011011001101010111010111010100011011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50086C; }

 p { color: rgb(80,8,108); }

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

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

 a { background-color: rgb(80,8,108); }

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

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

 span { border-color: rgb(80,8,108); }

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