#518EAA

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

Shades of Boston Blue #518EAA

Tints of Boston Blue #518EAA

Color information

#518EAA (or 0x518EAA) is unknown color: approx Boston Blue. HEX triplet: 51, 8E and AA. RGB value is (81,142,170). Sum of RGB (Red+Green+Blue) = 81+142+170=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #518EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518EAA is #AE7155. Grayscale: #7E7E7E. Windows color (decimal): -11432278 or 11177553. OLE color: 11177553.

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

Color convert

RGB81142170-
CMYK0.520.1600.33
HSL198.88º35.46%49.22%-
HSV(B)198.88º52.35%66.67%-
XYZ20.322441.59-
YUV126.95152.2995.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.61%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=20.61%
G=36.13%
B=43.26%

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
Decimal811421700.520.1600.33198.8835.4649.22
Hex518EAA3410021c72331
Octal12121625264200413074361
Binary1010001100011101010101011010010000010000111000111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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