#509CAE

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

Shades of Boston Blue #509CAE

Tints of Boston Blue #509CAE

Color information

#509CAE (or 0x509CAE) is unknown color: approx Boston Blue. HEX triplet: 50, 9C and AE. RGB value is (80,156,174). Sum of RGB (Red+Green+Blue) = 80+156+174=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #509CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509CAE is #AF6351. Grayscale: #878787. Windows color (decimal): -11494226 or 11443280. OLE color: 11443280.

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

Color convert

RGB80156174-
CMYK0.540.1000.32
HSL191.49º37.01%49.8%-
HSV(B)191.49º54.02%68.24%-
XYZ22.8428.5444.35-
YUV135.33149.8288.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.51%
GREEN value IS 156 (61.33% from 255) = 38.05%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=19.51%
G=38.05%
B=42.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801561740.540.1000.32191.4937.0149.8
Hex509CAE36A020bf2532
Octal12023425666120402774562
Binary101000010011100101011101101101010010000010111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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