#5044AD

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

Shades of Rich Blue #5044AD

Tints of Rich Blue #5044AD

Color information

#5044AD (or 0x5044AD) is unknown color: approx Rich Blue. HEX triplet: 50, 44 and AD. RGB value is (80,68,173). Sum of RGB (Red+Green+Blue) = 80+68+173=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #5044AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5044AD is #AFBB52. Grayscale: #535353. Windows color (decimal): -11516755 or 11355216. OLE color: 11355216.

HSL color Cylindrical-coordinate representation of color #5044AD: hue angle of 246.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5044AD is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8068173-
CMYK0.540.6100.32
HSL246.86º43.57%47.25%-
HSV(B)246.86º60.69%67.84%-
XYZ12.928.8640.56-
YUV83.56178.48125.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 173 (67.97% from 255) = 53.89%
R=24.92%
G=21.18%
B=53.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80681730.540.6100.32246.8643.5747.25
Hex5044AD363D020f72c2f
Octal12010425566750403675457
Binary1010000100010010101101110110111101010000011110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5044AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,68,173); }

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

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

 a { background-color: rgb(80,68,173); }

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

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

 span { border-color: rgb(80,68,173); }

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