#508CAC

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

Shades of Boston Blue #508CAC

Tints of Boston Blue #508CAC

Color information

#508CAC (or 0x508CAC) is unknown color: approx Boston Blue. HEX triplet: 50, 8C and AC. RGB value is (80,140,172). Sum of RGB (Red+Green+Blue) = 80+140+172=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #508CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508CAC is #AF7353. Grayscale: #7D7D7D. Windows color (decimal): -11498324 or 11308112. OLE color: 11308112.

HSL color Cylindrical-coordinate representation of color #508CAC: hue angle of 200.87º degrees, saturation: 0.37, 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 #508CAC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80140172-
CMYK0.530.1900.33
HSL200.87º36.51%49.41%-
HSV(B)200.87º53.49%67.45%-
XYZ20.1323.4442.49-
YUV125.71154.1295.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.41%
GREEN value IS 140 (55.08% from 255) = 35.71%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=20.41%
G=35.71%
B=43.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801401720.530.1900.33200.8736.5149.41
Hex508CAC3513021c92531
Octal12021425465230413114561
Binary1010000100011001010110011010110011010000111001001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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