#543EAD

Color #543EAD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #543EAD

Tints of Rich Blue #543EAD

Color information

#543EAD (or 0x543EAD) is unknown color: approx Rich Blue. HEX triplet: 54, 3E and AD. RGB value is (84,62,173). Sum of RGB (Red+Green+Blue) = 84+62+173=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #543EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543EAD is #ABC152. Grayscale: #505050. Windows color (decimal): -11256147 or 11353684. OLE color: 11353684.

HSL color Cylindrical-coordinate representation of color #543EAD: hue angle of 251.89º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #543EAD is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8462173-
CMYK0.510.6400.32
HSL251.89º47.23%46.08%-
HSV(B)251.89º64.16%67.84%-
XYZ12.928.3540.47-
YUV81.23179.79129.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.33%
GREEN value IS 62 (24.61% from 255) = 19.44%
BLUE value IS 173 (67.97% from 255) = 54.23%
R=26.33%
G=19.44%
B=54.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84621730.510.6400.32251.8947.2346.08
Hex543EAD3340020fc2f2e
Octal12476255631000403745756
Binary1010100111110101011011100111000000010000011111100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543EAD; }

 p { color: rgb(84,62,173); }

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

<style>
 a { background-color: #543EAD; }

 a { background-color: rgb(84,62,173); }

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

<style>
 span { border-color: #543EAD; }

 span { border-color: rgb(84,62,173); }

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