Html Css Color HEX #509BAF Boston Blue

📋 copy color: '#509BAF'

red 80 ◦ green 155 ◦ blue 175

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

Shades of Boston Blue #509BAF

Tints of Boston Blue #509BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.68%

R = 19.51%
G = 37.8%
B = 42.68%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#509BAF (or 0x509BAF) is known color: Boston Blue. HEX triplet: 50, 9B and AF. RGB value is (80,155,175). Sum of RGB (Red+Green+Blue) = 80+155+175=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #509BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509BAF is #AF6450. Grayscale: #868686. Windows color (decimal): -11494481 or 11508560. OLE color: 11508560.

HSL color Cylindrical-coordinate representation of color #509BAF: hue angle of 192.63º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #509BAF is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 155 175 -
CMYK 0.54 0.11 0 0.31
HSL 192.63º 0.37% 0.5% -
HSV(B) 192.63º 0.54% 0.69% -
XYZ 22.77 28.24 44.81 -
YUV 134.86 150.65 88.87 -
System Red Green Blue C M Y K H S L
Decimal 80 155 175 0.54 0.11 0 0.31 192.63 0.37 0.5
Hex 50 9B AF 36 B 0 1F C1 25 32
Octal 120 233 257 66 13 0 37 301 45 62
Binary 1010000 10011011 10101111 110110 1011 0 11111 11000001 100101 110010

Color Harmonies of #509BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BAF

Black with #509BAF

Text Example


Text Example

White with #509BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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