#508DAD

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

Shades of Boston Blue #508DAD

Tints of Boston Blue #508DAD

Color information

#508DAD (or 0x508DAD) is unknown color: approx Boston Blue. HEX triplet: 50, 8D and AD. RGB value is (80,141,173). Sum of RGB (Red+Green+Blue) = 80+141+173=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #508DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508DAD is #AF7252. Grayscale: #7E7E7E. Windows color (decimal): -11498067 or 11373904. OLE color: 11373904.

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

Color convert

RGB80141173-
CMYK0.540.1800.32
HSL200.65º36.76%49.61%-
HSV(B)200.65º53.76%67.84%-
XYZ20.3823.7743.05-
YUV126.41154.2994.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.30%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=20.30%
G=35.79%
B=43.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801411730.540.1800.32200.6536.7649.61
Hex508DAD3612020c92532
Octal12021525566220403114562
Binary1010000100011011010110111011010010010000011001001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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