#519BAB

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

Shades of Boston Blue #519BAB

Tints of Boston Blue #519BAB

Color information

#519BAB (or 0x519BAB) is unknown color: approx Boston Blue. HEX triplet: 51, 9B and AB. RGB value is (81,155,171). Sum of RGB (Red+Green+Blue) = 81+155+171=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #519BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519BAB is #AE6454. Grayscale: #868686. Windows color (decimal): -11428949 or 11246417. OLE color: 11246417.

HSL color Cylindrical-coordinate representation of color #519BAB: hue angle of 190.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #519BAB is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81155171-
CMYK0.530.0900.33
HSL190.67º35.71%49.41%-
HSV(B)190.67º52.63%67.06%-
XYZ22.4728.1342.77-
YUV134.7148.4889.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.90%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=19.90%
G=38.08%
B=42.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811551710.530.0900.33190.6735.7149.41
Hex519BAB359021bf2431
Octal12123325365110412774461
Binary101000110011011101010111101011001010000110111111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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