#5449AD

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

Shades of Rich Blue #5449AD

Tints of Rich Blue #5449AD

Color information

#5449AD (or 0x5449AD) is unknown color: approx Rich Blue. HEX triplet: 54, 49 and AD. RGB value is (84,73,173). Sum of RGB (Red+Green+Blue) = 84+73+173=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #5449AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5449AD is #ABB652. Grayscale: #575757. Windows color (decimal): -11253331 or 11356500. OLE color: 11356500.

HSL color Cylindrical-coordinate representation of color #5449AD: hue angle of 246.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5449AD is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8473173-
CMYK0.510.5800.32
HSL246.6º40.65%48.24%-
HSV(B)246.6º57.8%67.84%-
XYZ13.589.6740.69-
YUV87.69176.14125.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=25.45%
G=22.12%
B=52.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84731730.510.5800.32246.640.6548.24
Hex5449AD333A020f72930
Octal12411125563720403675160
Binary1010100100100110101101110011111010010000011110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5449AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5449AD; }

 p { color: rgb(84,73,173); }

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

<style>
 a { background-color: #5449AD; }

 a { background-color: rgb(84,73,173); }

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

<style>
 span { border-color: #5449AD; }

 span { border-color: rgb(84,73,173); }

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