Html Css Color HEX #519DAD Boston Blue

📋 copy color: '#519DAD'

red 81 ◦ green 157 ◦ blue 173

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

Shades of Boston Blue #519DAD

Tints of Boston Blue #519DAD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.2%

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

R = 19.71%
G = 38.2%
B = 42.09%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#519DAD (or 0x519DAD) is known color: 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

RGB 81 157 173 -
CMYK 0.53 0.09 0 0.32
HSL 190.43º 0.36% 0.5% -
HSV(B) 190.43º 0.53% 0.68% -
XYZ 22.99 28.88 43.9 -
YUV 136.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 81 157 173 0.53 0.09 0 0.32 190.43 0.36 0.5
Hex 51 9D AD 35 9 0 20 BE 24 32
Octal 121 235 255 65 11 0 40 276 44 62
Binary 1010001 10011101 10101101 110101 1001 0 100000 10111110 100100 110010

Color Harmonies of #519DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DAD

Black with #519DAD

Text Example


Text Example

White with #519DAD

Text Example


Text Example

HTML Codes & Css Web 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>