#5093AF

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

Shades of Boston Blue #5093AF

Tints of Boston Blue #5093AF

Color information

#5093AF (or 0x5093AF) is unknown color: approx Boston Blue. HEX triplet: 50, 93 and AF. RGB value is (80,147,175). Sum of RGB (Red+Green+Blue) = 80+147+175=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #5093AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5093AF is #AF6C50. Grayscale: #818181. Windows color (decimal): -11496529 or 11506512. OLE color: 11506512.

HSL color Cylindrical-coordinate representation of color #5093AF: hue angle of 197.68º 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 #5093AF is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB80147175-
CMYK0.540.1600.31
HSL197.68º37.25%50%-
HSV(B)197.68º54.29%68.63%-
XYZ21.4825.6744.38-
YUV130.16153.392.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.90%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=19.90%
G=36.57%
B=43.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801471750.540.1600.31197.6837.2550
Hex5093AF361001Fc62532
Octal12022325766200373064562
Binary101000010010011101011111101101000001111111000110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5093AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5093AF; }

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

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

<style>
 a { background-color: #5093AF; }

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

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

<style>
 span { border-color: #5093AF; }

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

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