#508EAB

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

Shades of Boston Blue #508EAB

Tints of Boston Blue #508EAB

Color information

#508EAB (or 0x508EAB) is unknown color: approx Boston Blue. HEX triplet: 50, 8E and AB. RGB value is (80,142,171). Sum of RGB (Red+Green+Blue) = 80+142+171=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #508EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508EAB is #AF7154. Grayscale: #7E7E7E. Windows color (decimal): -11497813 or 11243088. OLE color: 11243088.

HSL color Cylindrical-coordinate representation of color #508EAB: hue angle of 199.12º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #508EAB is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80142171-
CMYK0.530.1700.33
HSL199.12º36.25%49.22%-
HSV(B)199.12º53.22%67.06%-
XYZ20.3323.9942.09-
YUV126.77152.9694.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=20.36%
G=36.13%
B=43.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801421710.530.1700.33199.1236.2549.22
Hex508EAB3511021c72431
Octal12021625365210413074461
Binary1010000100011101010101111010110001010000111000111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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