#5091AE

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

Shades of Boston Blue #5091AE

Tints of Boston Blue #5091AE

Color information

#5091AE (or 0x5091AE) is unknown color: approx Boston Blue. HEX triplet: 50, 91 and AE. RGB value is (80,145,174). Sum of RGB (Red+Green+Blue) = 80+145+174=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #5091AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5091AE is #AF6E51. Grayscale: #808080. Windows color (decimal): -11497042 or 11440464. OLE color: 11440464.

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

Color convert

RGB80145174-
CMYK0.540.1700.32
HSL198.51º37.01%49.8%-
HSV(B)198.51º54.02%68.24%-
XYZ21.0725.0143.76-
YUV128.87153.4793.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.05%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=20.05%
G=36.34%
B=43.61%

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
Decimal801451740.540.1700.32198.5137.0149.8
Hex5091AE3611020c72532
Octal12022125666210403074562
Binary1010000100100011010111011011010001010000011000111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5091AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5091AE; }

 p { color: rgb(80,145,174); }

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

<style>
 a { background-color: #5091AE; }

 a { background-color: rgb(80,145,174); }

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

<style>
 span { border-color: #5091AE; }

 span { border-color: rgb(80,145,174); }

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