#5402AC

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

Shades of Indigo #5402AC

Tints of Indigo #5402AC

Color information

#5402AC (or 0x5402AC) is unknown color: approx Indigo. HEX triplet: 54, 02 and AC. RGB value is (84,2,172). Sum of RGB (Red+Green+Blue) = 84+2+172=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 2 (1.17% from 255 or 0.78% 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 #5402AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5402AC is #ABFD53. Grayscale: #2D2D2D. Windows color (decimal): -11271508 or 11272788. OLE color: 11272788.

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

Color convert

RGB842172-
CMYK0.510.9900.33
HSL268.94º97.7%34.12%-
HSV(B)268.94º98.84%67.45%-
XYZ11.124.9139.39-
YUV45.9199.17155.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 172 (67.58% from 255) = 66.67%
R=32.56%
G=0.78%
B=66.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8421720.510.9900.33268.9497.734.12
Hex542AC336302110d6222
Octal12422546314304141514242
Binary10101001010101100110011110001101000011000011011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5402AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,2,172); }

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

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

 a { background-color: rgb(84,2,172); }

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

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

 span { border-color: rgb(84,2,172); }

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