#508FAD

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

Shades of Boston Blue #508FAD

Tints of Boston Blue #508FAD

Color information

#508FAD (or 0x508FAD) is unknown color: approx Boston Blue. HEX triplet: 50, 8F and AD. RGB value is (80,143,173). Sum of RGB (Red+Green+Blue) = 80+143+173=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #508FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508FAD is #AF7052. Grayscale: #7F7F7F. Windows color (decimal): -11497555 or 11374416. OLE color: 11374416.

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

Color convert

RGB80143173-
CMYK0.540.1700.32
HSL199.35º36.76%49.61%-
HSV(B)199.35º53.76%67.84%-
XYZ20.6724.3743.15-
YUV127.58153.6394.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.20%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=20.20%
G=36.11%
B=43.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801431730.540.1700.32199.3536.7649.61
Hex508FAD3611020c72532
Octal12021725566210403074562
Binary1010000100011111010110111011010001010000011000111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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