#5044AB

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

Shades of Rich Blue #5044AB

Tints of Rich Blue #5044AB

Color information

#5044AB (or 0x5044AB) is unknown color: approx Rich Blue. HEX triplet: 50, 44 and AB. RGB value is (80,68,171). Sum of RGB (Red+Green+Blue) = 80+68+171=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #5044AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5044AB is #AFBB54. Grayscale: #525252. Windows color (decimal): -11516757 or 11224144. OLE color: 11224144.

HSL color Cylindrical-coordinate representation of color #5044AB: hue angle of 246.99º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5044AB is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8068171-
CMYK0.530.6000.33
HSL246.99º43.1%46.86%-
HSV(B)246.99º60.23%67.06%-
XYZ12.738.7839.55-
YUV83.33177.48125.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=25.08%
G=21.32%
B=53.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80681710.530.6000.33246.9943.146.86
Hex5044AB353C021f72b2f
Octal12010425365740413675357
Binary1010000100010010101011110101111100010000111110111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5044AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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