#514FBD

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

Shades of Rich Blue #514FBD

Tints of Rich Blue #514FBD

Color information

#514FBD (or 0x514FBD) is unknown color: approx Rich Blue. HEX triplet: 51, 4F and BD. RGB value is (81,79,189). Sum of RGB (Red+Green+Blue) = 81+79+189=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #514FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FBD is #AEB042. Grayscale: #5B5B5B. Windows color (decimal): -11448387 or 12406609. OLE color: 12406609.

HSL color Cylindrical-coordinate representation of color #514FBD: hue angle of 241.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514FBD is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8179189-
CMYK0.570.5800.26
HSL241.09º45.45%52.55%-
HSV(B)241.09º58.2%74.12%-
XYZ15.3711.0249.46-
YUV92.14182.66120.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 79 (31.25% from 255) = 22.64%
BLUE value IS 189 (74.22% from 255) = 54.15%
R=23.21%
G=22.64%
B=54.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81791890.570.5800.26241.0945.4552.55
Hex514FBD393A01Af12d35
Octal12111727571720323615565
Binary101000110011111011110111100111101001101011110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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