#518FAD

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

Shades of Boston Blue #518FAD

Tints of Boston Blue #518FAD

Color information

#518FAD (or 0x518FAD) is unknown color: approx Boston Blue. HEX triplet: 51, 8F and AD. RGB value is (81,143,173). Sum of RGB (Red+Green+Blue) = 81+143+173=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #518FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518FAD is #AE7052. Grayscale: #7F7F7F. Windows color (decimal): -11432019 or 11374417. OLE color: 11374417.

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

Color convert

RGB81143173-
CMYK0.530.1700.32
HSL199.57º36.22%49.8%-
HSV(B)199.57º53.18%67.84%-
XYZ20.7624.4143.15-
YUV127.88153.4694.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=20.40%
G=36.02%
B=43.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811431730.530.1700.32199.5736.2249.8
Hex518FAD3511020c82432
Octal12121725565210403104462
Binary1010001100011111010110111010110001010000011001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518FAD; }

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

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

<style>
 a { background-color: #518FAD; }

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

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

<style>
 span { border-color: #518FAD; }

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

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