#518EA6

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

Shades of Boston Blue #518EA6

Tints of Boston Blue #518EA6

Color information

#518EA6 (or 0x518EA6) is unknown color: approx Boston Blue. HEX triplet: 51, 8E and A6. RGB value is (81,142,166). Sum of RGB (Red+Green+Blue) = 81+142+166=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 166 - color contains mainly: blue. Hex color #518EA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518EA6 is #AE7159. Grayscale: #7E7E7E. Windows color (decimal): -11432282 or 10915409. OLE color: 10915409.

HSL color Cylindrical-coordinate representation of color #518EA6: hue angle of 196.94º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #518EA6 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB81142166-
CMYK0.510.1400.35
HSL196.94º34.41%48.43%-
HSV(B)196.94º51.2%65.1%-
XYZ19.9523.8539.63-
YUV126.5150.2995.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.82%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 166 (65.23% from 255) = 42.67%
R=20.82%
G=36.50%
B=42.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal811421660.510.1400.35196.9434.4148.43
Hex518EA633E023c52230
Octal12121624663160433054260
Binary101000110001110101001101100111110010001111000101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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