#5496AC

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

Shades of Boston Blue #5496AC

Tints of Boston Blue #5496AC

Color information

#5496AC (or 0x5496AC) is unknown color: approx Boston Blue. HEX triplet: 54, 96 and AC. RGB value is (84,150,172). Sum of RGB (Red+Green+Blue) = 84+150+172=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #5496AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5496AC is #AB6953. Grayscale: #848484. Windows color (decimal): -11233620 or 11310676. OLE color: 11310676.

HSL color Cylindrical-coordinate representation of color #5496AC: hue angle of 195º degrees, saturation: 0.35, 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 #5496AC is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84150172-
CMYK0.510.1300.33
HSL195º34.65%50.2%-
HSV(B)195º51.16%67.45%-
XYZ22.0126.6843.02-
YUV132.77150.1393.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.69%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=20.69%
G=36.95%
B=42.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841501720.510.1300.3319534.6550.2
Hex5496AC33D021c32332
Octal12422625463150413034362
Binary101010010010110101011001100111101010000111000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5496AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5496AC; }

 p { color: rgb(84,150,172); }

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

<style>
 a { background-color: #5496AC; }

 a { background-color: rgb(84,150,172); }

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

<style>
 span { border-color: #5496AC; }

 span { border-color: rgb(84,150,172); }

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