Html Css Color HEX #509AAD Boston Blue

📋 copy color: '#509AAD'

red 80 ◦ green 154 ◦ blue 173

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

Shades of Boston Blue #509AAD

Tints of Boston Blue #509AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 19.66%
G = 37.84%
B = 42.51%

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

#509AAD (or 0x509AAD) is known color: Boston Blue. HEX triplet: 50, 9A and AD. RGB value is (80,154,173). Sum of RGB (Red+Green+Blue) = 80+154+173=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #509AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509AAD is #AF6552. Grayscale: #858585. Windows color (decimal): -11494739 or 11377232. OLE color: 11377232.

HSL color Cylindrical-coordinate representation of color #509AAD: hue angle of 192.26º 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 #509AAD is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 154 173 -
CMYK 0.54 0.11 0 0.32
HSL 192.26º 0.37% 0.5% -
HSV(B) 192.26º 0.54% 0.68% -
XYZ 22.41 27.83 43.73 -
YUV 134.04 149.98 89.46 -
System Red Green Blue C M Y K H S L
Decimal 80 154 173 0.54 0.11 0 0.32 192.26 0.37 0.5
Hex 50 9A AD 36 B 0 20 C0 25 32
Octal 120 232 255 66 13 0 40 300 45 62
Binary 1010000 10011010 10101101 110110 1011 0 100000 11000000 100101 110010

Color Harmonies of #509AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509AAD

Black with #509AAD

Text Example


Text Example

White with #509AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,154,173); }

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

background-color css

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

 a { background-color: rgb(80,154,173); }

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

border-color css

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

 span { border-color: rgb(80,154,173); }

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