#504DAD

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

Shades of Rich Blue #504DAD

Tints of Rich Blue #504DAD

Color information

#504DAD (or 0x504DAD) is unknown color: approx Rich Blue. HEX triplet: 50, 4D and AD. RGB value is (80,77,173). Sum of RGB (Red+Green+Blue) = 80+77+173=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #504DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504DAD is #AFB252. Grayscale: #585858. Windows color (decimal): -11514451 or 11357520. OLE color: 11357520.

HSL color Cylindrical-coordinate representation of color #504DAD: hue angle of 241.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #504DAD is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8077173-
CMYK0.540.5500.32
HSL241.88º38.4%49.02%-
HSV(B)241.88º55.49%67.84%-
XYZ13.510.0340.76-
YUV88.84175.49121.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 77 (30.47% from 255) = 23.33%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=24.24%
G=23.33%
B=52.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80771730.540.5500.32241.8838.449.02
Hex504DAD3637020f22631
Octal12011525566670403624661
Binary1010000100110110101101110110110111010000011110010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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