Html Css Color HEX #519AAC Boston Blue

📋 copy color: '#519AAC'

red 81 ◦ green 154 ◦ blue 172

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

Shades of Boston Blue #519AAC

Tints of Boston Blue #519AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 19.9%
G = 37.84%
B = 42.26%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#519AAC (or 0x519AAC) is known color: Boston Blue. HEX triplet: 51, 9A and AC. RGB value is (81,154,172). Sum of RGB (Red+Green+Blue) = 81+154+172=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #519AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519AAC is #AE6553. Grayscale: #868686. Windows color (decimal): -11429204 or 11311697. OLE color: 11311697.

HSL color Cylindrical-coordinate representation of color #519AAC: hue angle of 191.87º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #519AAC is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 154 172 -
CMYK 0.53 0.10 0 0.33
HSL 191.87º 0.36% 0.5% -
HSV(B) 191.87º 0.53% 0.67% -
XYZ 22.4 27.84 43.22 -
YUV 134.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 81 154 172 0.53 0.10 0 0.33 191.87 0.36 0.5
Hex 51 9A AC 35 A 0 21 C0 24 32
Octal 121 232 254 65 12 0 41 300 44 62
Binary 1010001 10011010 10101100 110101 1010 0 100001 11000000 100100 110010

Color Harmonies of #519AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519AAC

Black with #519AAC

Text Example


Text Example

White with #519AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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