#5094AD

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

Shades of Boston Blue #5094AD

Tints of Boston Blue #5094AD

Color information

#5094AD (or 0x5094AD) is unknown color: approx Boston Blue. HEX triplet: 50, 94 and AD. RGB value is (80,148,173). Sum of RGB (Red+Green+Blue) = 80+148+173=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #5094AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5094AD is #AF6B52. Grayscale: #828282. Windows color (decimal): -11496275 or 11375696. OLE color: 11375696.

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

Color convert

RGB80148173-
CMYK0.540.1400.32
HSL196.13º36.76%49.61%-
HSV(B)196.13º53.76%67.84%-
XYZ21.4425.943.4-
YUV130.52151.9791.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.95%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=19.95%
G=36.91%
B=43.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801481730.540.1400.32196.1336.7649.61
Hex5094AD36E020c42532
Octal12022425566160403044562
Binary101000010010100101011011101101110010000011000100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5094AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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