#5190AC

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

Shades of Boston Blue #5190AC

Tints of Boston Blue #5190AC

Color information

#5190AC (or 0x5190AC) is unknown color: approx Boston Blue. HEX triplet: 51, 90 and AC. RGB value is (81,144,172). Sum of RGB (Red+Green+Blue) = 81+144+172=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #5190AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5190AC is #AE6F53. Grayscale: #808080. Windows color (decimal): -11431764 or 11309137. OLE color: 11309137.

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

Color convert

RGB81144172-
CMYK0.530.1600.33
HSL198.46º35.97%49.61%-
HSV(B)198.46º52.91%67.45%-
XYZ20.8124.6742.7-
YUV128.35152.6394.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=20.40%
G=36.27%
B=43.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811441720.530.1600.33198.4635.9749.61
Hex5190AC3510021c62432
Octal12122025465200413064462
Binary1010001100100001010110011010110000010000111000110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5190AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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