#518FAA

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

Shades of Boston Blue #518FAA

Tints of Boston Blue #518FAA

Color information

#518FAA (or 0x518FAA) is unknown color: approx Boston Blue. HEX triplet: 51, 8F and AA. RGB value is (81,143,170). Sum of RGB (Red+Green+Blue) = 81+143+170=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #518FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518FAA is #AE7055. Grayscale: #7F7F7F. Windows color (decimal): -11432022 or 11177809. OLE color: 11177809.

HSL color Cylindrical-coordinate representation of color #518FAA: hue angle of 198.2º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #518FAA is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81143170-
CMYK0.520.1600.33
HSL198.2º35.46%49.22%-
HSV(B)198.2º52.35%66.67%-
XYZ20.4724.341.64-
YUV127.54151.9694.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.56%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=20.56%
G=36.29%
B=43.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811431700.520.1600.33198.235.4649.22
Hex518FAA3410021c62331
Octal12121725264200413064361
Binary1010001100011111010101011010010000010000111000110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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