#519BAD

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

Shades of Boston Blue #519BAD

Tints of Boston Blue #519BAD

Color information

#519BAD (or 0x519BAD) is unknown color: approx Boston Blue. HEX triplet: 51, 9B and AD. RGB value is (81,155,173). Sum of RGB (Red+Green+Blue) = 81+155+173=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #519BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519BAD is #AE6452. Grayscale: #868686. Windows color (decimal): -11428947 or 11377489. OLE color: 11377489.

HSL color Cylindrical-coordinate representation of color #519BAD: hue angle of 191.74º 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 #519BAD is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81155173-
CMYK0.530.1000.32
HSL191.74º36.22%49.8%-
HSV(B)191.74º53.18%67.84%-
XYZ22.6628.2143.79-
YUV134.93149.4889.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.80%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=19.80%
G=37.90%
B=42.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811551730.530.1000.32191.7436.2249.8
Hex519BAD35A020c02432
Octal12123325565120403004462
Binary101000110011011101011011101011010010000011000000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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