#5090A9

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

Shades of Boston Blue #5090A9

Tints of Boston Blue #5090A9

Color information

#5090A9 (or 0x5090A9) is unknown color: approx Boston Blue. HEX triplet: 50, 90 and A9. RGB value is (80,144,169). Sum of RGB (Red+Green+Blue) = 80+144+169=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 169 - color contains mainly: blue. Hex color #5090A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5090A9 is #AF6F56. Grayscale: #7F7F7F. Windows color (decimal): -11497303 or 11112528. OLE color: 11112528.

HSL color Cylindrical-coordinate representation of color #5090A9: hue angle of 196.85º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5090A9 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB80144169-
CMYK0.530.1500.34
HSL196.85º35.74%48.82%-
HSV(B)196.85º52.66%66.27%-
XYZ20.4424.5241.19-
YUV127.71151.393.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 169 (66.41% from 255) = 43.00%
R=20.36%
G=36.64%
B=43.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal801441690.530.1500.34196.8535.7448.82
Hex5090A935F022c52431
Octal12022025165170423054461
Binary101000010010000101010011101011111010001011000101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5090A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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