Html Css Color HEX #519AAE Boston Blue

📋 copy color: '#519AAE'

red 81 ◦ green 154 ◦ blue 174

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

Shades of Boston Blue #519AAE

Tints of Boston Blue #519AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 19.8%
G = 37.65%
B = 42.54%

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

#519AAE (or 0x519AAE) is known color: Boston Blue. HEX triplet: 51, 9A and AE. RGB value is (81,154,174). Sum of RGB (Red+Green+Blue) = 81+154+174=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #519AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519AAE is #AE6551. Grayscale: #868686. Windows color (decimal): -11429202 or 11442769. OLE color: 11442769.

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

Color convert

RGB 81 154 174 -
CMYK 0.53 0.11 0 0.32
HSL 192.9º 0.36% 0.5% -
HSV(B) 192.9º 0.53% 0.68% -
XYZ 22.59 27.92 44.24 -
YUV 134.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 81 154 174 0.53 0.11 0 0.32 192.9 0.36 0.5
Hex 51 9A AE 35 B 0 20 C1 24 32
Octal 121 232 256 65 13 0 40 301 44 62
Binary 1010001 10011010 10101110 110101 1011 0 100000 11000001 100100 110010

Color Harmonies of #519AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519AAE

Black with #519AAE

Text Example


Text Example

White with #519AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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