#514EBF

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

Shades of Rich Blue #514EBF

Tints of Rich Blue #514EBF

Color information

#514EBF (or 0x514EBF) is unknown color: approx Rich Blue. HEX triplet: 51, 4E and BF. RGB value is (81,78,191). Sum of RGB (Red+Green+Blue) = 81+78+191=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #514EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EBF is #AEB140. Grayscale: #5B5B5B. Windows color (decimal): -11448641 or 12537425. OLE color: 12537425.

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

Color convert

RGB8178191-
CMYK0.580.5900.25
HSL241.59º46.89%52.75%-
HSV(B)241.59º59.16%74.9%-
XYZ15.5210.9650.59-
YUV91.78183.99120.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 191 (75% from 255) = 54.57%
R=23.14%
G=22.29%
B=54.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81781910.580.5900.25241.5946.8952.75
Hex514EBF3A3B019f22f35
Octal12111627772730313625765
Binary101000110011101011111111101011101101100111110010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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