#5396AA

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

Shades of Boston Blue #5396AA

Tints of Boston Blue #5396AA

Color information

#5396AA (or 0x5396AA) is unknown color: approx Boston Blue. HEX triplet: 53, 96 and AA. RGB value is (83,150,170). Sum of RGB (Red+Green+Blue) = 83+150+170=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #5396AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5396AA is #AC6955. Grayscale: #848484. Windows color (decimal): -11299158 or 11179603. OLE color: 11179603.

HSL color Cylindrical-coordinate representation of color #5396AA: 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 #5396AA is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83150170-
CMYK0.510.1200.33
HSL193.79º34.39%49.61%-
HSV(B)193.79º51.18%66.67%-
XYZ21.7326.5542.01-
YUV132.25149.392.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.60%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=20.60%
G=37.22%
B=42.18%

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
Decimal831501700.510.1200.33193.7934.3949.61
Hex5396AA33C021c22232
Octal12322625263140413024262
Binary101001110010110101010101100111100010000111000010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5396AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5396AA; }

 p { color: rgb(83,150,170); }

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

<style>
 a { background-color: #5396AA; }

 a { background-color: rgb(83,150,170); }

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

<style>
 span { border-color: #5396AA; }

 span { border-color: rgb(83,150,170); }

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