#509BAC

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

Shades of Boston Blue #509BAC

Tints of Boston Blue #509BAC

Color information

#509BAC (or 0x509BAC) is unknown color: approx Boston Blue. HEX triplet: 50, 9B and AC. RGB value is (80,155,172). Sum of RGB (Red+Green+Blue) = 80+155+172=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #509BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509BAC is #AF6453. Grayscale: #868686. Windows color (decimal): -11494484 or 11311952. OLE color: 11311952.

HSL color Cylindrical-coordinate representation of color #509BAC: hue angle of 191.09º 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 #509BAC is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80155172-
CMYK0.530.1000.33
HSL191.09º36.51%49.41%-
HSV(B)191.09º53.49%67.45%-
XYZ22.4828.1343.27-
YUV134.51149.1589.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=19.66%
G=38.08%
B=42.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801551720.530.1000.33191.0936.5149.41
Hex509BAC35A021bf2531
Octal12023325465120412774561
Binary101000010011011101011001101011010010000110111111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509BAC; }

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

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

<style>
 a { background-color: #509BAC; }

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

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

<style>
 span { border-color: #509BAC; }

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

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