#5197AD

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

Shades of Boston Blue #5197AD

Tints of Boston Blue #5197AD

Color information

#5197AD (or 0x5197AD) is unknown color: approx Boston Blue. HEX triplet: 51, 97 and AD. RGB value is (81,151,173). Sum of RGB (Red+Green+Blue) = 81+151+173=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #5197AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5197AD is #AE6852. Grayscale: #848484. Windows color (decimal): -11429971 or 11376465. OLE color: 11376465.

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

Color convert

RGB81151173-
CMYK0.530.1300.32
HSL194.35º36.22%49.8%-
HSV(B)194.35º53.18%67.84%-
XYZ2226.943.57-
YUV132.58150.8191.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=20%
G=37.28%
B=42.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811511730.530.1300.32194.3536.2249.8
Hex5197AD35D020c22432
Octal12122725565150403024462
Binary101000110010111101011011101011101010000011000010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5197AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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