Html Css Color HEX #519BAD Boston Blue

📋 copy color: '#519BAD'

red 81 ◦ green 155 ◦ blue 173

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

Shades of Boston Blue #519BAD

Tints of Boston Blue #519BAD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.9%

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

R = 19.8%
G = 37.9%
B = 42.3%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#519BAD (or 0x519BAD) is known color: Boston Blue. HEX triplet: 51, 9B and AD. RGB value is (81,155,173). Sum of RGB (Red+Green+Blue) = 81+155+173=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #519BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519BAD is #AE6452. Grayscale: #868686. Windows color (decimal): -11428947 or 11377489. OLE color: 11377489.

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

Color convert

RGB 81 155 173 -
CMYK 0.53 0.10 0 0.32
HSL 191.74º 0.36% 0.5% -
HSV(B) 191.74º 0.53% 0.68% -
XYZ 22.66 28.21 43.79 -
YUV 134.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 81 155 173 0.53 0.10 0 0.32 191.74 0.36 0.5
Hex 51 9B AD 35 A 0 20 C0 24 32
Octal 121 233 255 65 12 0 40 300 44 62
Binary 1010001 10011011 10101101 110101 1010 0 100000 11000000 100100 110010

Color Harmonies of #519BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519BAD

Black with #519BAD

Text Example


Text Example

White with #519BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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