#5090AD

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

Shades of Boston Blue #5090AD

Tints of Boston Blue #5090AD

Color information

#5090AD (or 0x5090AD) is unknown color: approx Boston Blue. HEX triplet: 50, 90 and AD. RGB value is (80,144,173). Sum of RGB (Red+Green+Blue) = 80+144+173=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #5090AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5090AD is #AF6F52. Grayscale: #7F7F7F. Windows color (decimal): -11497299 or 11374672. OLE color: 11374672.

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

Color convert

RGB80144173-
CMYK0.540.1700.32
HSL198.71º36.76%49.61%-
HSV(B)198.71º53.76%67.84%-
XYZ20.8224.6743.2-
YUV128.17153.393.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=20.15%
G=36.27%
B=43.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801441730.540.1700.32198.7136.7649.61
Hex5090AD3611020c72532
Octal12022025566210403074562
Binary1010000100100001010110111011010001010000011000111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5090AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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