#514AAF

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

Shades of Rich Blue #514AAF

Tints of Rich Blue #514AAF

Color information

#514AAF (or 0x514AAF) is unknown color: approx Rich Blue. HEX triplet: 51, 4A and AF. RGB value is (81,74,175). Sum of RGB (Red+Green+Blue) = 81+74+175=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #514AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514AAF is #AEB550. Grayscale: #575757. Windows color (decimal): -11449681 or 11487825. OLE color: 11487825.

HSL color Cylindrical-coordinate representation of color #514AAF: hue angle of 244.16º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514AAF is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8174175-
CMYK0.540.5800.31
HSL244.16º40.56%48.82%-
HSV(B)244.16º57.71%68.63%-
XYZ13.589.7441.72-
YUV87.61177.32123.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 74 (29.30% from 255) = 22.42%
BLUE value IS 175 (68.75% from 255) = 53.03%
R=24.55%
G=22.42%
B=53.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81741750.540.5800.31244.1640.5648.82
Hex514AAF363A01Ff42931
Octal12111225766720373645161
Binary101000110010101010111111011011101001111111110100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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