Html Css Color HEX #509BAE Boston Blue

📋 copy color: '#509BAE'

red 80 ◦ green 155 ◦ blue 174

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

Shades of Boston Blue #509BAE

Tints of Boston Blue #509BAE

RGB

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

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

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

R = 19.56%
G = 37.9%
B = 42.54%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#509BAE (or 0x509BAE) is known color: Boston Blue. HEX triplet: 50, 9B and AE. RGB value is (80,155,174). Sum of RGB (Red+Green+Blue) = 80+155+174=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 155 (60.94% from 255 or 37.90% 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 #509BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509BAE is #AF6451. Grayscale: #868686. Windows color (decimal): -11494482 or 11443024. OLE color: 11443024.

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

Color convert

RGB 80 155 174 -
CMYK 0.54 0.11 0 0.32
HSL 192.13º 0.37% 0.5% -
HSV(B) 192.13º 0.54% 0.68% -
XYZ 22.67 28.2 44.29 -
YUV 134.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 80 155 174 0.54 0.11 0 0.32 192.13 0.37 0.5
Hex 50 9B AE 36 B 0 20 C0 25 32
Octal 120 233 256 66 13 0 40 300 45 62
Binary 1010000 10011011 10101110 110110 1011 0 100000 11000000 100101 110010

Color Harmonies of #509BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BAE

Black with #509BAE

Text Example


Text Example

White with #509BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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