#5095AD

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

Shades of Boston Blue #5095AD

Tints of Boston Blue #5095AD

Color information

#5095AD (or 0x5095AD) is unknown color: approx Boston Blue. HEX triplet: 50, 95 and AD. RGB value is (80,149,173). Sum of RGB (Red+Green+Blue) = 80+149+173=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #5095AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5095AD is #AF6A52. Grayscale: #828282. Windows color (decimal): -11496019 or 11375952. OLE color: 11375952.

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

Color convert

RGB80149173-
CMYK0.540.1400.32
HSL195.48º36.76%49.61%-
HSV(B)195.48º53.76%67.84%-
XYZ21.626.2243.46-
YUV131.1151.6491.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.90%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=19.90%
G=37.06%
B=43.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801491730.540.1400.32195.4836.7649.61
Hex5095AD36E020c32532
Octal12022525566160403034562
Binary101000010010101101011011101101110010000011000011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5095AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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