Html Css Color HEX #54086C Indigo

📋 copy color: '#54086C'

red 84 ◦ green 8 ◦ blue 108

#54086C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #54086C

Tints of Indigo #54086C

RGB

 RED value IS 84 (33.2% from 255) = 42%

 GREEN value IS 8 (3.52% from 255) = 4%

 BLUE value IS 108 (42.58% from 255) = 54%

R = 42%
G = 4%
B = 54%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54086C (or 0x54086C) is known color: Indigo. HEX triplet: 54, 08 and 6C. RGB value is (84,8,108). Sum of RGB (Red+Green+Blue) = 84+8+108=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #54086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54086C is #ABF793. Grayscale: #292929. Windows color (decimal): -11270036 or 7080020. OLE color: 7080020.

HSL color Cylindrical-coordinate representation of color #54086C: hue angle of 285.6º 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 #54086C is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 8 108 -
CMYK 0.22 0.93 0 0.58
HSL 285.6º 0.86% 0.23% -
HSV(B) 285.6º 0.93% 0.42% -
XYZ 6.45 3.14 14.45 -
YUV 42.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 84 8 108 0.22 0.93 0 0.58 285.6 0.86 0.23
Hex 54 8 6C 16 5D 0 3A 11E 56 17
Octal 124 10 154 26 135 0 72 436 126 27
Binary 1010100 1000 1101100 10110 1011101 0 111010 100011110 1010110 10111

Color Harmonies of #54086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54086C

Black with #54086C

Text Example


Text Example

White with #54086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54086C;
 }
 .AnyTagClassName
 {
   color: #54086C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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