#519AAF

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

Shades of Boston Blue #519AAF

Tints of Boston Blue #519AAF

Color information

#519AAF (or 0x519AAF) is unknown color: approx Boston Blue. HEX triplet: 51, 9A and AF. RGB value is (81,154,175). Sum of RGB (Red+Green+Blue) = 81+154+175=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #519AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519AAF is #AE6550. Grayscale: #868686. Windows color (decimal): -11429201 or 11508305. OLE color: 11508305.

HSL color Cylindrical-coordinate representation of color #519AAF: hue angle of 193.4º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #519AAF is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81154175-
CMYK0.540.1200.31
HSL193.4º37.01%50.2%-
HSV(B)193.4º53.71%68.63%-
XYZ22.6927.9644.76-
YUV134.57150.8289.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.76%
GREEN value IS 154 (60.55% from 255) = 37.56%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=19.76%
G=37.56%
B=42.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811541750.540.1200.31193.437.0150.2
Hex519AAF36C01Fc12532
Octal12123225766140373014562
Binary10100011001101010101111110110110001111111000001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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