#519DAD

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

Shades of Boston Blue #519DAD

Tints of Boston Blue #519DAD

Color information

#519DAD (or 0x519DAD) is unknown color: approx Boston Blue. HEX triplet: 51, 9D and AD. RGB value is (81,157,173). Sum of RGB (Red+Green+Blue) = 81+157+173=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #519DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519DAD is #AE6252. Grayscale: #878787. Windows color (decimal): -11428435 or 11378001. OLE color: 11378001.

HSL color Cylindrical-coordinate representation of color #519DAD: hue angle of 190.43º 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 #519DAD is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81157173-
CMYK0.530.0900.32
HSL190.43º36.22%49.8%-
HSV(B)190.43º53.18%67.84%-
XYZ22.9928.8843.9-
YUV136.1148.8288.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.71%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=19.71%
G=38.20%
B=42.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811571730.530.0900.32190.4336.2249.8
Hex519DAD359020be2432
Octal12123525565110402764462
Binary101000110011101101011011101011001010000010111110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519DAD; }

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

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

<style>
 a { background-color: #519DAD; }

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

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

<style>
 span { border-color: #519DAD; }

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

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