#5192AC

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

Shades of Boston Blue #5192AC

Tints of Boston Blue #5192AC

Color information

#5192AC (or 0x5192AC) is unknown color: approx Boston Blue. HEX triplet: 51, 92 and AC. RGB value is (81,146,172). Sum of RGB (Red+Green+Blue) = 81+146+172=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #5192AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5192AC is #AE6D53. Grayscale: #818181. Windows color (decimal): -11431252 or 11309649. OLE color: 11309649.

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

Color convert

RGB81146172-
CMYK0.530.1500.33
HSL197.14º35.97%49.61%-
HSV(B)197.14º52.91%67.45%-
XYZ21.1225.2942.8-
YUV129.53151.9793.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.30%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=20.30%
G=36.59%
B=43.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811461720.530.1500.33197.1435.9749.61
Hex5192AC35F021c52432
Octal12122225465170413054462
Binary101000110010010101011001101011111010000111000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5192AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,146,172); }

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

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

 a { background-color: rgb(81,146,172); }

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

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

 span { border-color: rgb(81,146,172); }

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