#504DAA

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

Shades of Rich Blue #504DAA

Tints of Rich Blue #504DAA

Color information

#504DAA (or 0x504DAA) is unknown color: approx Rich Blue. HEX triplet: 50, 4D and AA. RGB value is (80,77,170). Sum of RGB (Red+Green+Blue) = 80+77+170=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #504DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504DAA is #AFB255. Grayscale: #585858. Windows color (decimal): -11514454 or 11160912. OLE color: 11160912.

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

Color convert

RGB8077170-
CMYK0.530.5500.33
HSL241.94º37.65%48.43%-
HSV(B)241.94º54.71%66.67%-
XYZ13.229.9239.25-
YUV88.5173.99121.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 77 (30.47% from 255) = 23.55%
BLUE value IS 170 (66.80% from 255) = 51.99%
R=24.46%
G=23.55%
B=51.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80771700.530.5500.33241.9437.6548.43
Hex504DAA3537021f22630
Octal12011525265670413624660
Binary1010000100110110101010110101110111010000111110010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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