#543EA2

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

Shades of Blue Gem #543EA2

Tints of Blue Gem #543EA2

Color information

#543EA2 (or 0x543EA2) is unknown color: approx Blue Gem. HEX triplet: 54, 3E and A2. RGB value is (84,62,162). Sum of RGB (Red+Green+Blue) = 84+62+162=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #543EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543EA2 is #ABC15D. Grayscale: #4F4F4F. Windows color (decimal): -11256158 or 10632788. OLE color: 10632788.

HSL color Cylindrical-coordinate representation of color #543EA2: hue angle of 253.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #543EA2 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8462162-
CMYK0.480.6200.36
HSL253.2º44.64%43.92%-
HSV(B)253.2º61.73%63.53%-
XYZ11.97.9435.09-
YUV79.98174.29130.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 162 (63.67% from 255) = 52.60%
R=27.27%
G=20.13%
B=52.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84621620.480.6200.36253.244.6443.92
Hex543EA2303E024fd2d2c
Octal1247624260760443755554
Binary101010011111010100010110000111110010010011111101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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