#509CAF

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

Shades of Boston Blue #509CAF

Tints of Boston Blue #509CAF

Color information

#509CAF (or 0x509CAF) is unknown color: approx Boston Blue. HEX triplet: 50, 9C and AF. RGB value is (80,156,175). Sum of RGB (Red+Green+Blue) = 80+156+175=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #509CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509CAF is #AF6350. Grayscale: #878787. Windows color (decimal): -11494225 or 11508816. OLE color: 11508816.

HSL color Cylindrical-coordinate representation of color #509CAF: hue angle of 192º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #509CAF is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB80156175-
CMYK0.540.1100.31
HSL192º37.25%50%-
HSV(B)192º54.29%68.63%-
XYZ22.9328.5844.86-
YUV135.44150.3288.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.46%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=19.46%
G=37.96%
B=42.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801561750.540.1100.3119237.2550
Hex509CAF36B01Fc02532
Octal12023425766130373004562
Binary10100001001110010101111110110101101111111000000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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