#5195AD

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

Shades of Boston Blue #5195AD

Tints of Boston Blue #5195AD

Color information

#5195AD (or 0x5195AD) is unknown color: approx Boston Blue. HEX triplet: 51, 95 and AD. RGB value is (81,149,173). Sum of RGB (Red+Green+Blue) = 81+149+173=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #5195AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5195AD is #AE6A52. Grayscale: #838383. Windows color (decimal): -11430483 or 11375953. OLE color: 11375953.

HSL color Cylindrical-coordinate representation of color #5195AD: hue angle of 195.65º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5195AD is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81149173-
CMYK0.530.1400.32
HSL195.65º36.22%49.8%-
HSV(B)195.65º53.18%67.84%-
XYZ21.6826.2643.46-
YUV131.4151.4792.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.10%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=20.10%
G=36.97%
B=42.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811491730.530.1400.32195.6536.2249.8
Hex5195AD35E020c42432
Octal12122525565160403044462
Binary101000110010101101011011101011110010000011000100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5195AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5195AD; }

 p { color: rgb(81,149,173); }

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

<style>
 a { background-color: #5195AD; }

 a { background-color: rgb(81,149,173); }

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

<style>
 span { border-color: #5195AD; }

 span { border-color: rgb(81,149,173); }

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