#5097AD

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

Shades of Boston Blue #5097AD

Tints of Boston Blue #5097AD

Color information

#5097AD (or 0x5097AD) is unknown color: approx Boston Blue. HEX triplet: 50, 97 and AD. RGB value is (80,151,173). Sum of RGB (Red+Green+Blue) = 80+151+173=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #5097AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5097AD is #AF6852. Grayscale: #848484. Windows color (decimal): -11495507 or 11376464. OLE color: 11376464.

HSL color Cylindrical-coordinate representation of color #5097AD: hue angle of 194.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5097AD is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80151173-
CMYK0.540.1300.32
HSL194.19º36.76%49.61%-
HSV(B)194.19º53.76%67.84%-
XYZ21.9226.8643.56-
YUV132.28150.9890.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=19.80%
G=37.38%
B=42.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801511730.540.1300.32194.1936.7649.61
Hex5097AD36D020c22532
Octal12022725566150403024562
Binary101000010010111101011011101101101010000011000010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5097AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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