#519BAF

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

Shades of Boston Blue #519BAF

Tints of Boston Blue #519BAF

Color information

#519BAF (or 0x519BAF) is unknown color: approx Boston Blue. HEX triplet: 51, 9B and AF. RGB value is (81,155,175). Sum of RGB (Red+Green+Blue) = 81+155+175=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #519BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519BAF is #AE6450. Grayscale: #878787. Windows color (decimal): -11428945 or 11508561. OLE color: 11508561.

HSL color Cylindrical-coordinate representation of color #519BAF: hue angle of 192.77º 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 #519BAF is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81155175-
CMYK0.540.1100.31
HSL192.77º37.01%50.2%-
HSV(B)192.77º53.71%68.63%-
XYZ22.8528.2944.81-
YUV135.15150.4889.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.71%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=19.71%
G=37.71%
B=42.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811551750.540.1100.31192.7737.0150.2
Hex519BAF36B01Fc12532
Octal12123325766130373014562
Binary10100011001101110101111110110101101111111000001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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