Html Css Color HEX #519BAC Boston Blue

📋 copy color: '#519BAC'

red 81 ◦ green 155 ◦ blue 172

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

Shades of Boston Blue #519BAC

Tints of Boston Blue #519BAC

RGB

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

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

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

R = 19.85%
G = 37.99%
B = 42.16%

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

#519BAC (or 0x519BAC) is known color: Boston Blue. HEX triplet: 51, 9B and AC. RGB value is (81,155,172). Sum of RGB (Red+Green+Blue) = 81+155+172=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #519BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519BAC is #AE6453. Grayscale: #868686. Windows color (decimal): -11428948 or 11311953. OLE color: 11311953.

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

Color convert

RGB 81 155 172 -
CMYK 0.53 0.10 0 0.33
HSL 191.21º 0.36% 0.5% -
HSV(B) 191.21º 0.53% 0.67% -
XYZ 22.56 28.17 43.28 -
YUV 134.81 148.98 89.62 -
System Red Green Blue C M Y K H S L
Decimal 81 155 172 0.53 0.10 0 0.33 191.21 0.36 0.5
Hex 51 9B AC 35 A 0 21 BF 24 32
Octal 121 233 254 65 12 0 41 277 44 62
Binary 1010001 10011011 10101100 110101 1010 0 100001 10111111 100100 110010

Color Harmonies of #519BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519BAC

Black with #519BAC

Text Example


Text Example

White with #519BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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