#5442AA

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

Shades of Rich Blue #5442AA

Tints of Rich Blue #5442AA

Color information

#5442AA (or 0x5442AA) is unknown color: approx Rich Blue. HEX triplet: 54, 42 and AA. RGB value is (84,66,170). Sum of RGB (Red+Green+Blue) = 84+66+170=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #5442AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5442AA is #ABBD55. Grayscale: #525252. Windows color (decimal): -11255126 or 11158100. OLE color: 11158100.

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

Color convert

RGB8466170-
CMYK0.510.6100.33
HSL250.38º44.07%46.27%-
HSV(B)250.38º61.18%66.67%-
XYZ12.868.6839.03-
YUV83.24176.96128.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 170 (66.80% from 255) = 53.12%
R=26.25%
G=20.62%
B=53.12%

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
Decimal84661700.510.6100.33250.3844.0746.27
Hex5442AA333D021fa2c2e
Octal12410225263750413725456
Binary1010100100001010101010110011111101010000111111010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5442AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5442AA; }

 p { color: rgb(84,66,170); }

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

<style>
 a { background-color: #5442AA; }

 a { background-color: rgb(84,66,170); }

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

<style>
 span { border-color: #5442AA; }

 span { border-color: rgb(84,66,170); }

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