#54086A

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

Shades of Indigo #54086A

Tints of Indigo #54086A

Color information

#54086A (or 0x54086A) is unknown color: approx Indigo. HEX triplet: 54, 08 and 6A. RGB value is (84,8,106). Sum of RGB (Red+Green+Blue) = 84+8+106=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #54086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54086A is #ABF795. Grayscale: #292929. Windows color (decimal): -11270038 or 6948948. OLE color: 6948948.

HSL color Cylindrical-coordinate representation of color #54086A: hue angle of 286.53º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54086A is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB848106-
CMYK0.210.9200.58
HSL286.53º85.96%22.35%-
HSV(B)286.53º92.45%41.57%-
XYZ6.343.113.9-
YUV41.9164.18158.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 106 (41.80% from 255) = 53.54%
R=42.42%
G=4.04%
B=53.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8481060.210.9200.58286.5385.9622.35
Hex5486A155C03A11f5616
Octal124101522513407243712626
Binary1010100100011010101010110111000111010100011111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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