#54086e

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

Shades of Indigo #54086E

Tints of Indigo #54086E

Color information

#54086E (or 0x54086E) is unknown color: approx Indigo. HEX triplet: 54, 08 and 6E. RGB value is (84,8,110). Sum of RGB (Red+Green+Blue) = 84+8+110=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #54086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54086E is #ABF791. Grayscale: #2A2A2A. Windows color (decimal): -11270034 or 7211092. OLE color: 7211092.

HSL color Cylindrical-coordinate representation of color #54086E: hue angle of 284.71º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54086E is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB848110-
CMYK0.240.9300.57
HSL284.71º86.44%23.14%-
HSV(B)284.71º92.73%43.14%-
XYZ6.563.1815.02-
YUV42.35166.18157.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.58%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 110 (43.36% from 255) = 54.46%
R=41.58%
G=3.96%
B=54.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8481100.240.9300.57284.7186.4423.14
Hex5486E185D03911d5617
Octal124101563013507143512627
Binary1010100100011011101100010111010111001100011101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54086e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54086e; }

 p { color: rgb(84,8,110); }

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

<style>
 a { background-color: #54086e; }

 a { background-color: rgb(84,8,110); }

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

<style>
 span { border-color: #54086e; }

 span { border-color: rgb(84,8,110); }

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