#509DAD

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

Shades of Boston Blue #509DAD

Tints of Boston Blue #509DAD

Color information

#509DAD (or 0x509DAD) is unknown color: approx Boston Blue. HEX triplet: 50, 9D and AD. RGB value is (80,157,173). Sum of RGB (Red+Green+Blue) = 80+157+173=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #509DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509DAD is #AF6252. Grayscale: #878787. Windows color (decimal): -11493971 or 11378000. OLE color: 11378000.

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

Color convert

RGB80157173-
CMYK0.540.0900.32
HSL190.32º36.76%49.61%-
HSV(B)190.32º53.76%67.84%-
XYZ22.9128.8443.89-
YUV135.8148.9988.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.51%
GREEN value IS 157 (61.72% from 255) = 38.29%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=19.51%
G=38.29%
B=42.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801571730.540.0900.32190.3236.7649.61
Hex509DAD369020be2532
Octal12023525566110402764562
Binary101000010011101101011011101101001010000010111110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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