#5091AD

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

Shades of Boston Blue #5091AD

Tints of Boston Blue #5091AD

Color information

#5091AD (or 0x5091AD) is unknown color: approx Boston Blue. HEX triplet: 50, 91 and AD. RGB value is (80,145,173). Sum of RGB (Red+Green+Blue) = 80+145+173=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #5091AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5091AD is #AF6E52. Grayscale: #808080. Windows color (decimal): -11497043 or 11374928. OLE color: 11374928.

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

Color convert

RGB80145173-
CMYK0.540.1600.32
HSL198.06º36.76%49.61%-
HSV(B)198.06º53.76%67.84%-
XYZ20.9824.9743.25-
YUV128.76152.9793.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.10%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 173 (67.97% from 255) = 43.47%
R=20.10%
G=36.43%
B=43.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801451730.540.1600.32198.0636.7649.61
Hex5091AD3610020c62532
Octal12022125566200403064562
Binary1010000100100011010110111011010000010000011000110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5091AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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