#5400AB

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

Shades of Indigo #5400AB

Tints of Indigo #5400AB

Color information

#5400AB (or 0x5400AB) is unknown color: approx Indigo. HEX triplet: 54, 00 and AB. RGB value is (84,0,171). Sum of RGB (Red+Green+Blue) = 84+0+171=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #5400AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5400AB is #ABFF54. Grayscale: #2C2C2C. Windows color (decimal): -11272021 or 11206740. OLE color: 11206740.

HSL color Cylindrical-coordinate representation of color #5400AB: hue angle of 269.47º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400AB is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB840171-
CMYK0.51100.33
HSL269.47º100%33.53%-
HSV(B)269.47º100%67.06%-
XYZ11.014.8338.88-
YUV44.61199.33156.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 67.06%
R=32.94%
G=0%
B=67.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8401710.51100.33269.4710033.53
Hex540AB336402110d6422
Octal12402536314404141514442
Binary1010100010101011110011110010001000011000011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5400AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5400AB; }

 p { color: rgb(84,0,171); }

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

<style>
 a { background-color: #5400AB; }

 a { background-color: rgb(84,0,171); }

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

<style>
 span { border-color: #5400AB; }

 span { border-color: rgb(84,0,171); }

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