#514DBF

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

Shades of Rich Blue #514DBF

Tints of Rich Blue #514DBF

Color information

#514DBF (or 0x514DBF) is unknown color: approx Rich Blue. HEX triplet: 51, 4D and BF. RGB value is (81,77,191). Sum of RGB (Red+Green+Blue) = 81+77+191=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #514DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DBF is #AEB240. Grayscale: #5A5A5A. Windows color (decimal): -11448897 or 12537169. OLE color: 12537169.

HSL color Cylindrical-coordinate representation of color #514DBF: hue angle of 242.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514DBF is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8177191-
CMYK0.580.6000.25
HSL242.11º47.11%52.55%-
HSV(B)242.11º59.69%74.9%-
XYZ15.4510.8250.56-
YUV91.19184.33120.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 191 (75% from 255) = 54.73%
R=23.21%
G=22.06%
B=54.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81771910.580.6000.25242.1147.1152.55
Hex514DBF3A3C019f22f35
Octal12111527772740313625765
Binary101000110011011011111111101011110001100111110010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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