#5394AC

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

Shades of Boston Blue #5394AC

Tints of Boston Blue #5394AC

Color information

#5394AC (or 0x5394AC) is unknown color: approx Boston Blue. HEX triplet: 53, 94 and AC. RGB value is (83,148,172). Sum of RGB (Red+Green+Blue) = 83+148+172=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #5394AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5394AC is #AC6B53. Grayscale: #838383. Windows color (decimal): -11299668 or 11310163. OLE color: 11310163.

HSL color Cylindrical-coordinate representation of color #5394AC: hue angle of 196.18º 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 #5394AC is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83148172-
CMYK0.520.1400.33
HSL196.18º34.9%50%-
HSV(B)196.18º51.74%67.45%-
XYZ21.62642.91-
YUV131.3150.9793.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.60%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=20.60%
G=36.72%
B=42.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831481720.520.1400.33196.1834.950
Hex5394AC34E021c42332
Octal12322425464160413044362
Binary101001110010100101011001101001110010000111000100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5394AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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