#5497AB

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

Shades of Boston Blue #5497AB

Tints of Boston Blue #5497AB

Color information

#5497AB (or 0x5497AB) is unknown color: approx Boston Blue. HEX triplet: 54, 97 and AB. RGB value is (84,151,171). Sum of RGB (Red+Green+Blue) = 84+151+171=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #5497AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5497AB is #AB6854. Grayscale: #858585. Windows color (decimal): -11233365 or 11245396. OLE color: 11245396.

HSL color Cylindrical-coordinate representation of color #5497AB: hue angle of 193.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5497AB is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84151171-
CMYK0.510.1200.33
HSL193.79º34.12%50%-
HSV(B)193.79º50.88%67.06%-
XYZ22.0726.9642.57-
YUV133.25149.392.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.69%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=20.69%
G=37.19%
B=42.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841511710.510.1200.33193.7934.1250
Hex5497AB33C021c22232
Octal12422725363140413024262
Binary101010010010111101010111100111100010000111000010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5497AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5497AB; }

 p { color: rgb(84,151,171); }

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

<style>
 a { background-color: #5497AB; }

 a { background-color: rgb(84,151,171); }

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

<style>
 span { border-color: #5497AB; }

 span { border-color: rgb(84,151,171); }

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