#509CAB

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

Shades of Boston Blue #509CAB

Tints of Boston Blue #509CAB

Color information

#509CAB (or 0x509CAB) is unknown color: approx Boston Blue. HEX triplet: 50, 9C and AB. RGB value is (80,156,171). Sum of RGB (Red+Green+Blue) = 80+156+171=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #509CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509CAB is #AF6354. Grayscale: #868686. Windows color (decimal): -11494229 or 11246672. OLE color: 11246672.

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

Color convert

RGB80156171-
CMYK0.530.0900.33
HSL189.89º36.25%49.22%-
HSV(B)189.89º53.22%67.06%-
XYZ22.5528.4242.83-
YUV134.99148.3288.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=19.66%
G=38.33%
B=42.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801561710.530.0900.33189.8936.2549.22
Hex509CAB359021be2431
Octal12023425365110412764461
Binary101000010011100101010111101011001010000110111110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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