#518fab

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

Shades of Boston Blue #518FAB

Tints of Boston Blue #518FAB

Color information

#518FAB (or 0x518FAB) is unknown color: approx Boston Blue. HEX triplet: 51, 8F and AB. RGB value is (81,143,171). Sum of RGB (Red+Green+Blue) = 81+143+171=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #518FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518FAB is #AE7054. Grayscale: #7F7F7F. Windows color (decimal): -11432021 or 11243345. OLE color: 11243345.

HSL color Cylindrical-coordinate representation of color #518FAB: hue angle of 198.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 #518FAB is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81143171-
CMYK0.530.1600.33
HSL198.67º35.71%49.41%-
HSV(B)198.67º52.63%67.06%-
XYZ20.5724.3342.14-
YUV127.65152.4694.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.51%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=20.51%
G=36.20%
B=43.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811431710.530.1600.33198.6735.7149.41
Hex518FAB3510021c72431
Octal12121725365200413074461
Binary1010001100011111010101111010110000010000111000111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518fab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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