#543faf

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

Shades of Rich Blue #543FAF

Tints of Rich Blue #543FAF

Color information

#543FAF (or 0x543FAF) is unknown color: approx Rich Blue. HEX triplet: 54, 3F and AF. RGB value is (84,63,175). Sum of RGB (Red+Green+Blue) = 84+63+175=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #543FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543FAF is #ABC050. Grayscale: #515151. Windows color (decimal): -11255889 or 11485012. OLE color: 11485012.

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

Color convert

RGB8463175-
CMYK0.520.6400.31
HSL251.25º47.06%46.67%-
HSV(B)251.25º64%68.63%-
XYZ13.178.5341.51-
YUV82.05180.46129.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 63 (25% from 255) = 19.57%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=26.09%
G=19.57%
B=54.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84631750.520.6400.31251.2547.0646.67
Hex543FAF344001Ffb2f2f
Octal12477257641000373735757
Binary101010011111110101111110100100000001111111111011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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