#5443AB

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

Shades of Rich Blue #5443AB

Tints of Rich Blue #5443AB

Color information

#5443AB (or 0x5443AB) is unknown color: approx Rich Blue. HEX triplet: 54, 43 and AB. RGB value is (84,67,171). Sum of RGB (Red+Green+Blue) = 84+67+171=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #5443AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5443AB is #ABBC54. Grayscale: #535353. Windows color (decimal): -11254869 or 11223892. OLE color: 11223892.

HSL color Cylindrical-coordinate representation of color #5443AB: hue angle of 249.81º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5443AB is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8467171-
CMYK0.510.6100.33
HSL249.81º43.7%46.67%-
HSV(B)249.81º60.82%67.06%-
XYZ13.018.8439.55-
YUV83.94177.13128.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 67 (26.56% from 255) = 20.81%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=26.09%
G=20.81%
B=53.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84671710.510.6100.33249.8143.746.67
Hex5443AB333D021fa2c2f
Octal12410325363750413725457
Binary1010100100001110101011110011111101010000111111010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5443AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5443AB; }

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

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

<style>
 a { background-color: #5443AB; }

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

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

<style>
 span { border-color: #5443AB; }

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

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