#518FAE

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

Shades of Boston Blue #518FAE

Tints of Boston Blue #518FAE

Color information

#518FAE (or 0x518FAE) is unknown color: approx Boston Blue. HEX triplet: 51, 8F and AE. RGB value is (81,143,174). Sum of RGB (Red+Green+Blue) = 81+143+174=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #518FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518FAE is #AE7051. Grayscale: #7F7F7F. Windows color (decimal): -11432018 or 11439953. OLE color: 11439953.

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

Color convert

RGB81143174-
CMYK0.530.1800.32
HSL200º36.47%50%-
HSV(B)200º53.45%68.24%-
XYZ20.8624.4543.66-
YUV128153.9694.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.35%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=20.35%
G=35.93%
B=43.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811431740.530.1800.3220036.4750
Hex518FAE3512020c82432
Octal12121725665220403104462
Binary1010001100011111010111011010110010010000011001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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