#509AAE

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

Shades of Boston Blue #509AAE

Tints of Boston Blue #509AAE

Color information

#509AAE (or 0x509AAE) is unknown color: approx Boston Blue. HEX triplet: 50, 9A and AE. RGB value is (80,154,174). Sum of RGB (Red+Green+Blue) = 80+154+174=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #509AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509AAE is #AF6551. Grayscale: #868686. Windows color (decimal): -11494738 or 11442768. OLE color: 11442768.

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

Color convert

RGB80154174-
CMYK0.540.1100.32
HSL192.77º37.01%49.8%-
HSV(B)192.77º54.02%68.24%-
XYZ22.527.8744.24-
YUV134.15150.4889.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.61%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=19.61%
G=37.75%
B=42.65%

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
Decimal801541740.540.1100.32192.7737.0149.8
Hex509AAE36B020c12532
Octal12023225666130403014562
Binary101000010011010101011101101101011010000011000001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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