Html Css Color HEX #509BAC Boston Blue

📋 copy color: '#509BAC'

red 80 ◦ green 155 ◦ blue 172

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

Shades of Boston Blue #509BAC

Tints of Boston Blue #509BAC

RGB

 RED value IS 80 (31.64% from 255) = 19.66%

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

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

R = 19.66%
G = 38.08%
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

#509BAC (or 0x509BAC) is known color: Boston Blue. HEX triplet: 50, 9B and AC. RGB value is (80,155,172). Sum of RGB (Red+Green+Blue) = 80+155+172=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 155 (60.94% from 255 or 38.08% 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 #509BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509BAC is #AF6453. Grayscale: #868686. Windows color (decimal): -11494484 or 11311952. OLE color: 11311952.

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

Color convert

RGB 80 155 172 -
CMYK 0.53 0.10 0 0.33
HSL 191.09º 0.37% 0.49% -
HSV(B) 191.09º 0.53% 0.67% -
XYZ 22.48 28.13 43.27 -
YUV 134.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 80 155 172 0.53 0.10 0 0.33 191.09 0.37 0.49
Hex 50 9B AC 35 A 0 21 BF 25 31
Octal 120 233 254 65 12 0 41 277 45 61
Binary 1010000 10011011 10101100 110101 1010 0 100001 10111111 100101 110001

Color Harmonies of #509BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BAC

Black with #509BAC

Text Example


Text Example

White with #509BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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