#5194AD

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

Shades of Boston Blue #5194AD

Tints of Boston Blue #5194AD

Color information

#5194AD (or 0x5194AD) is unknown color: approx Boston Blue. HEX triplet: 51, 94 and AD. RGB value is (81,148,173). Sum of RGB (Red+Green+Blue) = 81+148+173=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #5194AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5194AD is #AE6B52. Grayscale: #828282. Windows color (decimal): -11430739 or 11375697. OLE color: 11375697.

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

Color convert

RGB81148173-
CMYK0.530.1400.32
HSL196.3º36.22%49.8%-
HSV(B)196.3º53.18%67.84%-
XYZ21.5325.9543.41-
YUV130.82151.892.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.15%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=20.15%
G=36.82%
B=43.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811481730.530.1400.32196.336.2249.8
Hex5194AD35E020c42432
Octal12122425565160403044462
Binary101000110010100101011011101011110010000011000100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5194AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5194AD; }

 p { color: rgb(81,148,173); }

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

<style>
 a { background-color: #5194AD; }

 a { background-color: rgb(81,148,173); }

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

<style>
 span { border-color: #5194AD; }

 span { border-color: rgb(81,148,173); }

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