Html Css Color HEX #519AAD Boston Blue

📋 copy color: '#519AAD'

red 81 ◦ green 154 ◦ blue 173

#519AAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #519AAD

Tints of Boston Blue #519AAD

RGB

 RED value IS 81 (32.03% from 255) = 19.85%

 GREEN value IS 154 (60.55% from 255) = 37.75%

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 19.85%
G = 37.75%
B = 42.4%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#519AAD (or 0x519AAD) is known color: Boston Blue. HEX triplet: 51, 9A and AD. RGB value is (81,154,173). Sum of RGB (Red+Green+Blue) = 81+154+173=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #519AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519AAD is #AE6552. Grayscale: #868686. Windows color (decimal): -11429203 or 11377233. OLE color: 11377233.

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

Color convert

RGB 81 154 173 -
CMYK 0.53 0.11 0 0.32
HSL 192.39º 0.36% 0.5% -
HSV(B) 192.39º 0.53% 0.68% -
XYZ 22.49 27.88 43.73 -
YUV 134.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 81 154 173 0.53 0.11 0 0.32 192.39 0.36 0.5
Hex 51 9A AD 35 B 0 20 C0 24 32
Octal 121 232 255 65 13 0 40 300 44 62
Binary 1010001 10011010 10101101 110101 1011 0 100000 11000000 100100 110010

Color Harmonies of #519AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519AAD

Black with #519AAD

Text Example


Text Example

White with #519AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #519AAD;
 }
 .AnyTagClassName
 {
   color: #519AAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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