#504CAE

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

Shades of Rich Blue #504CAE

Tints of Rich Blue #504CAE

Color information

#504CAE (or 0x504CAE) is unknown color: approx Rich Blue. HEX triplet: 50, 4C and AE. RGB value is (80,76,174). Sum of RGB (Red+Green+Blue) = 80+76+174=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #504CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504CAE is #AFB351. Grayscale: #575757. Windows color (decimal): -11514706 or 11422800. OLE color: 11422800.

HSL color Cylindrical-coordinate representation of color #504CAE: hue angle of 242.45º 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 #504CAE is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8076174-
CMYK0.540.5600.32
HSL242.45º39.2%49.02%-
HSV(B)242.45º56.32%68.24%-
XYZ13.539.9341.25-
YUV88.37176.33122.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 174 (68.36% from 255) = 52.73%
R=24.24%
G=23.03%
B=52.73%

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
Decimal80761740.540.5600.32242.4539.249.02
Hex504CAE3638020f22731
Octal12011425666700403624761
Binary1010000100110010101110110110111000010000011110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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