#514EAC

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

Shades of Rich Blue #514EAC

Tints of Rich Blue #514EAC

Color information

#514EAC (or 0x514EAC) is unknown color: approx Rich Blue. HEX triplet: 51, 4E and AC. RGB value is (81,78,172). Sum of RGB (Red+Green+Blue) = 81+78+172=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #514EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514EAC is #AEB153. Grayscale: #595959. Windows color (decimal): -11448660 or 11292241. OLE color: 11292241.

HSL color Cylindrical-coordinate representation of color #514EAC: hue angle of 241.91º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #514EAC is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8178172-
CMYK0.530.5500.33
HSL241.91º37.6%49.02%-
HSV(B)241.91º54.65%67.45%-
XYZ13.5610.1840.28-
YUV89.61174.49121.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=24.47%
G=23.56%
B=51.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81781720.530.5500.33241.9137.649.02
Hex514EAC3537021f22631
Octal12111625465670413624661
Binary1010001100111010101100110101110111010000111110010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,78,172); }

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

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

 a { background-color: rgb(81,78,172); }

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

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

 span { border-color: rgb(81,78,172); }

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