#5498AB

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

Shades of Boston Blue #5498AB

Tints of Boston Blue #5498AB

Color information

#5498AB (or 0x5498AB) is unknown color: approx Boston Blue. HEX triplet: 54, 98 and AB. RGB value is (84,152,171). Sum of RGB (Red+Green+Blue) = 84+152+171=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #5498AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5498AB is #AB6754. Grayscale: #858585. Windows color (decimal): -11233109 or 11245652. OLE color: 11245652.

HSL color Cylindrical-coordinate representation of color #5498AB: hue angle of 193.1º 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 #5498AB is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84152171-
CMYK0.510.1100.33
HSL193.1º34.12%50%-
HSV(B)193.1º50.88%67.06%-
XYZ22.2427.2842.62-
YUV133.83148.9792.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=20.64%
G=37.35%
B=42.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841521710.510.1100.33193.134.1250
Hex5498AB33B021c12232
Octal12423025363130413014262
Binary101010010011000101010111100111011010000111000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5498AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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