#514DAF

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

Shades of Rich Blue #514DAF

Tints of Rich Blue #514DAF

Color information

#514DAF (or 0x514DAF) is unknown color: approx Rich Blue. HEX triplet: 51, 4D and AF. RGB value is (81,77,175). Sum of RGB (Red+Green+Blue) = 81+77+175=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #514DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514DAF is #AEB250. Grayscale: #585858. Windows color (decimal): -11448913 or 11488593. OLE color: 11488593.

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

Color convert

RGB8177175-
CMYK0.540.5600.31
HSL242.45º38.89%49.41%-
HSV(B)242.45º56%68.63%-
XYZ13.7910.1541.79-
YUV89.37176.33122.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 77 (30.47% from 255) = 23.12%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=24.32%
G=23.12%
B=52.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81771750.540.5600.31242.4538.8949.41
Hex514DAF363801Ff22731
Octal12111525766700373624761
Binary101000110011011010111111011011100001111111110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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