#543FAD

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

Shades of Rich Blue #543FAD

Tints of Rich Blue #543FAD

Color information

#543FAD (or 0x543FAD) is unknown color: approx Rich Blue. HEX triplet: 54, 3F and AD. RGB value is (84,63,173). Sum of RGB (Red+Green+Blue) = 84+63+173=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #543FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543FAD is #ABC052. Grayscale: #515151. Windows color (decimal): -11255891 or 11353940. OLE color: 11353940.

HSL color Cylindrical-coordinate representation of color #543FAD: hue angle of 251.45º 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 #543FAD is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8463173-
CMYK0.510.6400.32
HSL251.45º46.61%46.27%-
HSV(B)251.45º63.58%67.84%-
XYZ12.988.4640.48-
YUV81.82179.46129.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 63 (25% from 255) = 19.69%
BLUE value IS 173 (67.97% from 255) = 54.06%
R=26.25%
G=19.69%
B=54.06%

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
Decimal84631730.510.6400.32251.4546.6146.27
Hex543FAD3340020fb2f2e
Octal12477255631000403735756
Binary1010100111111101011011100111000000010000011111011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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