#508CAD

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

Shades of Boston Blue #508CAD

Tints of Boston Blue #508CAD

Color information

#508CAD (or 0x508CAD) is unknown color: approx Boston Blue. HEX triplet: 50, 8C and AD. RGB value is (80,140,173). Sum of RGB (Red+Green+Blue) = 80+140+173=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #508CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508CAD is #AF7352. Grayscale: #7D7D7D. Windows color (decimal): -11498323 or 11373648. OLE color: 11373648.

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

Color convert

RGB80140173-
CMYK0.540.1900.32
HSL201.29º36.76%49.61%-
HSV(B)201.29º53.76%67.84%-
XYZ20.2323.4843-
YUV125.82154.6295.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=20.36%
G=35.62%
B=44.02%

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
Decimal801401730.540.1900.32201.2936.7649.61
Hex508CAD3613020c92532
Octal12021425566230403114562
Binary1010000100011001010110111011010011010000011001001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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