#5094AA

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

Shades of Boston Blue #5094AA

Tints of Boston Blue #5094AA

Color information

#5094AA (or 0x5094AA) is unknown color: approx Boston Blue. HEX triplet: 50, 94 and AA. RGB value is (80,148,170). Sum of RGB (Red+Green+Blue) = 80+148+170=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #5094AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5094AA is #AF6B55. Grayscale: #828282. Windows color (decimal): -11496278 or 11179088. OLE color: 11179088.

HSL color Cylindrical-coordinate representation of color #5094AA: hue angle of 194.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5094AA is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80148170-
CMYK0.530.1300.33
HSL194.67º36%49.02%-
HSV(B)194.67º52.94%66.67%-
XYZ21.1525.7941.89-
YUV130.18150.4792.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.10%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=20.10%
G=37.19%
B=42.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801481700.530.1300.33194.673649.02
Hex5094AA35D021c32431
Octal12022425265150413034461
Binary101000010010100101010101101011101010000111000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5094AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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