#514EBA

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

Shades of Rich Blue #514EBA

Tints of Rich Blue #514EBA

Color information

#514EBA (or 0x514EBA) is unknown color: approx Rich Blue. HEX triplet: 51, 4E and BA. RGB value is (81,78,186). Sum of RGB (Red+Green+Blue) = 81+78+186=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #514EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EBA is #AEB145. Grayscale: #5A5A5A. Windows color (decimal): -11448646 or 12209745. OLE color: 12209745.

HSL color Cylindrical-coordinate representation of color #514EBA: hue angle of 241.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514EBA is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8178186-
CMYK0.560.5800.27
HSL241.67º43.9%51.76%-
HSV(B)241.67º58.06%72.94%-
XYZ14.9810.7447.74-
YUV91.21181.49120.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.48%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=23.48%
G=22.61%
B=53.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81781860.560.5800.27241.6743.951.76
Hex514EBA383A01Bf22c34
Octal12111627270720333625464
Binary101000110011101011101011100011101001101111110010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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