#514FBA

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

Shades of Rich Blue #514FBA

Tints of Rich Blue #514FBA

Color information

#514FBA (or 0x514FBA) is unknown color: approx Rich Blue. HEX triplet: 51, 4F and BA. RGB value is (81,79,186). Sum of RGB (Red+Green+Blue) = 81+79+186=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #514FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FBA is #AEB045. Grayscale: #5B5B5B. Windows color (decimal): -11448390 or 12210001. OLE color: 12210001.

HSL color Cylindrical-coordinate representation of color #514FBA: hue angle of 241.12º 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 #514FBA is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8179186-
CMYK0.560.5800.27
HSL241.12º43.67%51.96%-
HSV(B)241.12º57.53%72.94%-
XYZ15.0510.8947.76-
YUV91.8181.16120.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=23.41%
G=22.83%
B=53.76%

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
Decimal81791860.560.5800.27241.1243.6751.96
Hex514FBA383A01Bf12c34
Octal12111727270720333615464
Binary101000110011111011101011100011101001101111110001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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