#543EB1

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

Shades of Rich Blue #543EB1

Tints of Rich Blue #543EB1

Color information

#543EB1 (or 0x543EB1) is unknown color: approx Rich Blue. HEX triplet: 54, 3E and B1. RGB value is (84,62,177). Sum of RGB (Red+Green+Blue) = 84+62+177=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #543EB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543EB1 is #ABC14E. Grayscale: #515151. Windows color (decimal): -11256143 or 11615828. OLE color: 11615828.

HSL color Cylindrical-coordinate representation of color #543EB1: hue angle of 251.48º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #543EB1 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8462177-
CMYK0.530.6500.31
HSL251.48º48.12%46.86%-
HSV(B)251.48º64.97%69.41%-
XYZ13.318.542.53-
YUV81.69181.79129.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 177 (69.53% from 255) = 54.80%
R=26.01%
G=19.20%
B=54.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84621770.530.6500.31251.4848.1246.86
Hex543EB1354101Ffb302f
Octal12476261651010373736057
Binary101010011111010110001110101100000101111111111011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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