#514FBB

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

Shades of Rich Blue #514FBB

Tints of Rich Blue #514FBB

Color information

#514FBB (or 0x514FBB) is unknown color: approx Rich Blue. HEX triplet: 51, 4F and BB. RGB value is (81,79,187). Sum of RGB (Red+Green+Blue) = 81+79+187=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #514FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FBB is #AEB044. Grayscale: #5B5B5B. Windows color (decimal): -11448389 or 12275537. OLE color: 12275537.

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

Color convert

RGB8179187-
CMYK0.570.5800.27
HSL241.11º44.26%52.16%-
HSV(B)241.11º57.75%73.33%-
XYZ15.1610.9348.32-
YUV91.91181.66120.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 187 (73.44% from 255) = 53.89%
R=23.34%
G=22.77%
B=53.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81791870.570.5800.27241.1144.2652.16
Hex514FBB393A01Bf12c34
Octal12111727371720333615464
Binary101000110011111011101111100111101001101111110001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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