#5193AF

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

Shades of Boston Blue #5193AF

Tints of Boston Blue #5193AF

Color information

#5193AF (or 0x5193AF) is unknown color: approx Boston Blue. HEX triplet: 51, 93 and AF. RGB value is (81,147,175). Sum of RGB (Red+Green+Blue) = 81+147+175=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #5193AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5193AF is #AE6C50. Grayscale: #828282. Windows color (decimal): -11430993 or 11506513. OLE color: 11506513.

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

Color convert

RGB81147175-
CMYK0.540.1600.31
HSL197.87º37.01%50.2%-
HSV(B)197.87º53.71%68.63%-
XYZ21.5625.7144.38-
YUV130.46153.1392.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.10%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=20.10%
G=36.48%
B=43.42%

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
Decimal811471750.540.1600.31197.8737.0150.2
Hex5193AF361001Fc62532
Octal12122325766200373064562
Binary101000110010011101011111101101000001111111000110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5193AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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