#543FAB

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

Shades of Blue Gem #543FAB

Tints of Blue Gem #543FAB

Color information

#543FAB (or 0x543FAB) is unknown color: approx Blue Gem. HEX triplet: 54, 3F and AB. RGB value is (84,63,171). Sum of RGB (Red+Green+Blue) = 84+63+171=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #543FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543FAB is #ABC054. Grayscale: #515151. Windows color (decimal): -11255893 or 11222868. OLE color: 11222868.

HSL color Cylindrical-coordinate representation of color #543FAB: hue angle of 251.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #543FAB is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8463171-
CMYK0.510.6300.33
HSL251.67º46.15%45.88%-
HSV(B)251.67º63.16%67.06%-
XYZ12.788.3839.47-
YUV81.59178.46129.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 63 (25% from 255) = 19.81%
BLUE value IS 171 (67.19% from 255) = 53.77%
R=26.42%
G=19.81%
B=53.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84631710.510.6300.33251.6746.1545.88
Hex543FAB333F021fc2e2e
Octal1247725363770413745656
Binary101010011111110101011110011111111010000111111100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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