#5399AB

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

Shades of Boston Blue #5399AB

Tints of Boston Blue #5399AB

Color information

#5399AB (or 0x5399AB) is unknown color: approx Boston Blue. HEX triplet: 53, 99 and AB. RGB value is (83,153,171). Sum of RGB (Red+Green+Blue) = 83+153+171=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 153 (60.16% from 255 or 37.59% 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 #5399AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5399AB is #AC6654. Grayscale: #858585. Windows color (decimal): -11298389 or 11245907. OLE color: 11245907.

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

Color convert

RGB83153171-
CMYK0.510.1100.33
HSL192.27º34.65%49.8%-
HSV(B)192.27º51.46%67.06%-
XYZ22.3127.5642.67-
YUV134.12148.8191.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.39%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=20.39%
G=37.59%
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
Decimal831531710.510.1100.33192.2734.6549.8
Hex5399AB33B021c02332
Octal12323125363130413004362
Binary101001110011001101010111100111011010000111000000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5399AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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