#5399AC

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

Shades of Boston Blue #5399AC

Tints of Boston Blue #5399AC

Color information

#5399AC (or 0x5399AC) is unknown color: approx Boston Blue. HEX triplet: 53, 99 and AC. RGB value is (83,153,172). Sum of RGB (Red+Green+Blue) = 83+153+172=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #5399AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5399AC is #AC6653. Grayscale: #868686. Windows color (decimal): -11298388 or 11311443. OLE color: 11311443.

HSL color Cylindrical-coordinate representation of color #5399AC: hue angle of 192.81º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5399AC is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83153172-
CMYK0.520.1100.33
HSL192.81º34.9%50%-
HSV(B)192.81º51.74%67.45%-
XYZ22.427.643.18-
YUV134.24149.3191.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.34%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=20.34%
G=37.5%
B=42.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831531720.520.1100.33192.8134.950
Hex5399AC34B021c12332
Octal12323125464130413014362
Binary101001110011001101011001101001011010000111000001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5399AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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