#5190B4

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

Shades of Boston Blue #5190B4

Tints of Boston Blue #5190B4

Color information

#5190B4 (or 0x5190B4) is unknown color: approx Boston Blue. HEX triplet: 51, 90 and B4. RGB value is (81,144,180). Sum of RGB (Red+Green+Blue) = 81+144+180=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #5190B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190B4 is #AE6F4B. Grayscale: #818181. Windows color (decimal): -11431756 or 11833425. OLE color: 11833425.

HSL color Cylindrical-coordinate representation of color #5190B4: hue angle of 201.82º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5190B4 is Cyan = 0.55, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB81144180-
CMYK0.550.200.29
HSL201.82º39.76%51.18%-
HSV(B)201.82º55%70.59%-
XYZ21.624.9946.87-
YUV129.27156.6393.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 180 (70.70% from 255) = 44.44%
R=20%
G=35.56%
B=44.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811441800.550.200.29201.8239.7651.18
Hex5190B4371401Dca2833
Octal12122026467240353125063
Binary101000110010000101101001101111010001110111001010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5190B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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