#514FA9

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

Shades of Rich Blue #514FA9

Tints of Rich Blue #514FA9

Color information

#514FA9 (or 0x514FA9) is unknown color: approx Rich Blue. HEX triplet: 51, 4F and A9. RGB value is (81,79,169). Sum of RGB (Red+Green+Blue) = 81+79+169=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #514FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514FA9 is #AEB056. Grayscale: #595959. Windows color (decimal): -11448407 or 11095889. OLE color: 11095889.

HSL color Cylindrical-coordinate representation of color #514FA9: hue angle of 241.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #514FA9 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8179169-
CMYK0.520.5300.34
HSL241.33º36.29%48.63%-
HSV(B)241.33º53.25%66.27%-
XYZ13.3510.2138.8-
YUV89.86172.66121.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 79 (31.25% from 255) = 24.01%
BLUE value IS 169 (66.41% from 255) = 51.37%
R=24.62%
G=24.01%
B=51.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal81791690.520.5300.34241.3336.2948.63
Hex514FA93435022f12431
Octal12111725164650423614461
Binary1010001100111110101001110100110101010001011110001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,79,169); }

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

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

 a { background-color: rgb(81,79,169); }

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

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

 span { border-color: rgb(81,79,169); }

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