#504CA9

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

Shades of Rich Blue #504CA9

Tints of Rich Blue #504CA9

Color information

#504CA9 (or 0x504CA9) is unknown color: approx Rich Blue. HEX triplet: 50, 4C and A9. RGB value is (80,76,169). Sum of RGB (Red+Green+Blue) = 80+76+169=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 169 (66.41% from 255 or 52% from 325); Max value from RGB is 169 - color contains mainly: blue. Hex color #504CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504CA9 is #AFB356. Grayscale: #575757. Windows color (decimal): -11514711 or 11095120. OLE color: 11095120.

HSL color Cylindrical-coordinate representation of color #504CA9: hue angle of 242.58º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #504CA9 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8076169-
CMYK0.530.5500.34
HSL242.58º37.96%48.04%-
HSV(B)242.58º55.03%66.27%-
XYZ13.059.7438.73-
YUV87.8173.83122.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 169 (66.41% from 255) = 52%
R=24.62%
G=23.38%
B=52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80761690.530.5500.34242.5837.9648.04
Hex504CA93537022f32630
Octal12011425165670423634660
Binary1010000100110010101001110101110111010001011110011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504CA9; }

 p { color: rgb(80,76,169); }

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

<style>
 a { background-color: #504CA9; }

 a { background-color: rgb(80,76,169); }

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

<style>
 span { border-color: #504CA9; }

 span { border-color: rgb(80,76,169); }

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