#504EAE

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

Shades of Rich Blue #504EAE

Tints of Rich Blue #504EAE

Color information

#504EAE (or 0x504EAE) is unknown color: approx Rich Blue. HEX triplet: 50, 4E and AE. RGB value is (80,78,174). Sum of RGB (Red+Green+Blue) = 80+78+174=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #504EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504EAE is #AFB151. Grayscale: #595959. Windows color (decimal): -11514194 or 11423312. OLE color: 11423312.

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

Color convert

RGB8078174-
CMYK0.540.5500.32
HSL241.25º38.1%49.41%-
HSV(B)241.25º55.17%68.24%-
XYZ13.6710.2141.29-
YUV89.54175.66121.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=24.10%
G=23.49%
B=52.41%

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
Decimal80781740.540.5500.32241.2538.149.41
Hex504EAE3637020f12631
Octal12011625666670403614661
Binary1010000100111010101110110110110111010000011110001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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