#518FB2

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

Shades of Boston Blue #518FB2

Tints of Boston Blue #518FB2

Color information

#518FB2 (or 0x518FB2) is unknown color: approx Boston Blue. HEX triplet: 51, 8F and B2. RGB value is (81,143,178). Sum of RGB (Red+Green+Blue) = 81+143+178=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: blue. Hex color #518FB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518FB2 is #AE704D. Grayscale: #808080. Windows color (decimal): -11432014 or 11702097. OLE color: 11702097.

HSL color Cylindrical-coordinate representation of color #518FB2: hue angle of 201.65º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #518FB2 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB81143178-
CMYK0.540.2000.30
HSL201.65º38.65%50.78%-
HSV(B)201.65º54.49%69.8%-
XYZ21.2524.6145.75-
YUV128.45155.9694.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.15%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 178 (69.92% from 255) = 44.28%
R=20.15%
G=35.57%
B=44.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811431780.540.2000.30201.6538.6550.78
Hex518FB2361401Eca2733
Octal12121726266240363124763
Binary101000110001111101100101101101010001111011001010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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