#509AAD

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

Shades of Boston Blue #509AAD

Tints of Boston Blue #509AAD

Color information

#509AAD (or 0x509AAD) is unknown color: approx Boston Blue. HEX triplet: 50, 9A and AD. RGB value is (80,154,173). Sum of RGB (Red+Green+Blue) = 80+154+173=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #509AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509AAD is #AF6552. Grayscale: #858585. Windows color (decimal): -11494739 or 11377232. OLE color: 11377232.

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

Color convert

RGB80154173-
CMYK0.540.1100.32
HSL192.26º36.76%49.61%-
HSV(B)192.26º53.76%67.84%-
XYZ22.4127.8343.73-
YUV134.04149.9889.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=19.66%
G=37.84%
B=42.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801541730.540.1100.32192.2636.7649.61
Hex509AAD36B020c02532
Octal12023225566130403004562
Binary101000010011010101011011101101011010000011000000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509AAD; }

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

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

<style>
 a { background-color: #509AAD; }

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

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

<style>
 span { border-color: #509AAD; }

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

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