#519AAD

Color #519AAD Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #519AAD

Tints of Boston Blue #519AAD

Color information

#519AAD (or 0x519AAD) is unknown color: approx Boston Blue. HEX triplet: 51, 9A and AD. RGB value is (81,154,173). Sum of RGB (Red+Green+Blue) = 81+154+173=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #519AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519AAD is #AE6552. Grayscale: #868686. Windows color (decimal): -11429203 or 11377233. OLE color: 11377233.

HSL color Cylindrical-coordinate representation of color #519AAD: hue angle of 192.39º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #519AAD is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81154173-
CMYK0.530.1100.32
HSL192.39º36.22%49.8%-
HSV(B)192.39º53.18%67.84%-
XYZ22.4927.8843.73-
YUV134.34149.8289.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.85%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=19.85%
G=37.75%
B=42.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811541730.530.1100.32192.3936.2249.8
Hex519AAD35B020c02432
Octal12123225565130403004462
Binary101000110011010101011011101011011010000011000000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519AAD; }

 p { color: rgb(81,154,173); }

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

<style>
 a { background-color: #519AAD; }

 a { background-color: rgb(81,154,173); }

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

<style>
 span { border-color: #519AAD; }

 span { border-color: rgb(81,154,173); }

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