#508EAF

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

Shades of Boston Blue #508EAF

Tints of Boston Blue #508EAF

Color information

#508EAF (or 0x508EAF) is unknown color: approx Boston Blue. HEX triplet: 50, 8E and AF. RGB value is (80,142,175). Sum of RGB (Red+Green+Blue) = 80+142+175=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #508EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508EAF is #AF7150. Grayscale: #7F7F7F. Windows color (decimal): -11497809 or 11505232. OLE color: 11505232.

HSL color Cylindrical-coordinate representation of color #508EAF: hue angle of 200.84º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #508EAF is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB80142175-
CMYK0.540.1900.31
HSL200.84º37.25%50%-
HSV(B)200.84º54.29%68.63%-
XYZ20.7224.1544.13-
YUV127.22154.9694.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=20.15%
G=35.77%
B=44.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801421750.540.1900.31200.8437.2550
Hex508EAF361301Fc92532
Octal12021625766230373114562
Binary101000010001110101011111101101001101111111001001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,142,175); }

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

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

 a { background-color: rgb(80,142,175); }

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

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

 span { border-color: rgb(80,142,175); }

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