#504DAE

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

Shades of Rich Blue #504DAE

Tints of Rich Blue #504DAE

Color information

#504DAE (or 0x504DAE) is unknown color: approx Rich Blue. HEX triplet: 50, 4D and AE. RGB value is (80,77,174). Sum of RGB (Red+Green+Blue) = 80+77+174=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #504DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504DAE is #AFB251. Grayscale: #585858. Windows color (decimal): -11514450 or 11423056. OLE color: 11423056.

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

Color convert

RGB8077174-
CMYK0.540.5600.32
HSL241.86º38.65%49.22%-
HSV(B)241.86º55.75%68.24%-
XYZ13.610.0741.27-
YUV88.96175.99121.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=24.17%
G=23.26%
B=52.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80771740.540.5600.32241.8638.6549.22
Hex504DAE3638020f22731
Octal12011525666700403624761
Binary1010000100110110101110110110111000010000011110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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