#5049AA

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

Shades of Rich Blue #5049AA

Tints of Rich Blue #5049AA

Color information

#5049AA (or 0x5049AA) is unknown color: approx Rich Blue. HEX triplet: 50, 49 and AA. RGB value is (80,73,170). Sum of RGB (Red+Green+Blue) = 80+73+170=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #5049AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5049AA is #AFB655. Grayscale: #555555. Windows color (decimal): -11515478 or 11159888. OLE color: 11159888.

HSL color Cylindrical-coordinate representation of color #5049AA: hue angle of 244.33º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5049AA is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8073170-
CMYK0.530.5700.33
HSL244.33º39.92%47.65%-
HSV(B)244.33º57.06%66.67%-
XYZ12.959.3739.16-
YUV86.15175.32123.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=24.77%
G=22.60%
B=52.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80731700.530.5700.33244.3339.9247.65
Hex5049AA3539021f42830
Octal12011125265710413645060
Binary1010000100100110101010110101111001010000111110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5049AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,73,170); }

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

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

 a { background-color: rgb(80,73,170); }

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

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

 span { border-color: rgb(80,73,170); }

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