#514AAE

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

Shades of Rich Blue #514AAE

Tints of Rich Blue #514AAE

Color information

#514AAE (or 0x514AAE) is unknown color: approx Rich Blue. HEX triplet: 51, 4A and AE. RGB value is (81,74,174). Sum of RGB (Red+Green+Blue) = 81+74+174=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #514AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514AAE is #AEB551. Grayscale: #575757. Windows color (decimal): -11449682 or 11422289. OLE color: 11422289.

HSL color Cylindrical-coordinate representation of color #514AAE: hue angle of 244.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514AAE is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8174174-
CMYK0.530.5700.32
HSL244.2º40.32%48.63%-
HSV(B)244.2º57.47%68.24%-
XYZ13.489.741.21-
YUV87.49176.82123.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=24.62%
G=22.49%
B=52.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81741740.530.5700.32244.240.3248.63
Hex514AAE3539020f42831
Octal12111225665710403645061
Binary1010001100101010101110110101111001010000011110100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514AAE; }

 p { color: rgb(81,74,174); }

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

<style>
 a { background-color: #514AAE; }

 a { background-color: rgb(81,74,174); }

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

<style>
 span { border-color: #514AAE; }

 span { border-color: rgb(81,74,174); }

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