#5194AF

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

Shades of Boston Blue #5194AF

Tints of Boston Blue #5194AF

Color information

#5194AF (or 0x5194AF) is unknown color: approx Boston Blue. HEX triplet: 51, 94 and AF. RGB value is (81,148,175). Sum of RGB (Red+Green+Blue) = 81+148+175=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #5194AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5194AF is #AE6B50. Grayscale: #828282. Windows color (decimal): -11430737 or 11506769. OLE color: 11506769.

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

Color convert

RGB81148175-
CMYK0.540.1500.31
HSL197.23º37.01%50.2%-
HSV(B)197.23º53.71%68.63%-
XYZ21.7226.0244.44-
YUV131.04152.892.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.05%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=20.05%
G=36.63%
B=43.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811481750.540.1500.31197.2337.0150.2
Hex5194AF36F01Fc52532
Octal12122425766170373054562
Binary10100011001010010101111110110111101111111000101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5194AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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