#509DAE

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

Shades of Boston Blue #509DAE

Tints of Boston Blue #509DAE

Color information

#509DAE (or 0x509DAE) is unknown color: approx Boston Blue. HEX triplet: 50, 9D and AE. RGB value is (80,157,174). Sum of RGB (Red+Green+Blue) = 80+157+174=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #509DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509DAE is #AF6251. Grayscale: #878787. Windows color (decimal): -11493970 or 11443536. OLE color: 11443536.

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

Color convert

RGB80157174-
CMYK0.540.1000.32
HSL190.85º37.01%49.8%-
HSV(B)190.85º54.02%68.24%-
XYZ23.0128.8844.41-
YUV135.92149.4988.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.46%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=19.46%
G=38.20%
B=42.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801571740.540.1000.32190.8537.0149.8
Hex509DAE36A020bf2532
Octal12023525666120402774562
Binary101000010011101101011101101101010010000010111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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