#508DAE

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

Shades of Boston Blue #508DAE

Tints of Boston Blue #508DAE

Color information

#508DAE (or 0x508DAE) is unknown color: approx Boston Blue. HEX triplet: 50, 8D and AE. RGB value is (80,141,174). Sum of RGB (Red+Green+Blue) = 80+141+174=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #508DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508DAE is #AF7251. Grayscale: #7E7E7E. Windows color (decimal): -11498066 or 11439440. OLE color: 11439440.

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

Color convert

RGB80141174-
CMYK0.540.1900.32
HSL201.06º37.01%49.8%-
HSV(B)201.06º54.02%68.24%-
XYZ20.4723.8143.56-
YUV126.52154.7994.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=20.25%
G=35.70%
B=44.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801411740.540.1900.32201.0637.0149.8
Hex508DAE3613020c92532
Octal12021525666230403114562
Binary1010000100011011010111011011010011010000011001001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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