#5191AD

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

Shades of Boston Blue #5191AD

Tints of Boston Blue #5191AD

Color information

#5191AD (or 0x5191AD) is unknown color: approx Boston Blue. HEX triplet: 51, 91 and AD. RGB value is (81,145,173). Sum of RGB (Red+Green+Blue) = 81+145+173=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #5191AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5191AD is #AE6E52. Grayscale: #808080. Windows color (decimal): -11431507 or 11374929. OLE color: 11374929.

HSL color Cylindrical-coordinate representation of color #5191AD: hue angle of 198.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5191AD is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81145173-
CMYK0.530.1600.32
HSL198.26º36.22%49.8%-
HSV(B)198.26º53.18%67.84%-
XYZ21.0625.0243.25-
YUV129.06152.893.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.30%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=20.30%
G=36.34%
B=43.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811451730.530.1600.32198.2636.2249.8
Hex5191AD3510020c62432
Octal12122125565200403064462
Binary1010001100100011010110111010110000010000011000110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5191AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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