#5397AB

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

Shades of Boston Blue #5397AB

Tints of Boston Blue #5397AB

Color information

#5397AB (or 0x5397AB) is unknown color: approx Boston Blue. HEX triplet: 53, 97 and AB. RGB value is (83,151,171). Sum of RGB (Red+Green+Blue) = 83+151+171=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #5397AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5397AB is #AC6854. Grayscale: #848484. Windows color (decimal): -11298901 or 11245395. OLE color: 11245395.

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

Color convert

RGB83151171-
CMYK0.510.1200.33
HSL193.64º34.65%49.8%-
HSV(B)193.64º51.46%67.06%-
XYZ21.9826.9142.56-
YUV132.95149.4792.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.49%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=20.49%
G=37.28%
B=42.22%

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
Decimal831511710.510.1200.33193.6434.6549.8
Hex5397AB33C021c22332
Octal12322725363140413024362
Binary101001110010111101010111100111100010000111000010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5397AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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