#5091B4

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

Shades of Boston Blue #5091B4

Tints of Boston Blue #5091B4

Color information

#5091B4 (or 0x5091B4) is unknown color: approx Boston Blue. HEX triplet: 50, 91 and B4. RGB value is (80,145,180). Sum of RGB (Red+Green+Blue) = 80+145+180=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #5091B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5091B4 is #AF6E4B. Grayscale: #818181. Windows color (decimal): -11497036 or 11833680. OLE color: 11833680.

HSL color Cylindrical-coordinate representation of color #5091B4: hue angle of 201º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5091B4 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB80145180-
CMYK0.560.1900.29
HSL201º40%50.98%-
HSV(B)201º55.56%70.59%-
XYZ21.6725.2546.91-
YUV129.56156.4792.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.75%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 180 (70.70% from 255) = 44.44%
R=19.75%
G=35.80%
B=44.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801451800.560.1900.292014050.98
Hex5091B4381301Dc92833
Octal12022126470230353115063
Binary101000010010001101101001110001001101110111001001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5091B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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