Html Css Color HEX #509DAE Boston Blue

📋 copy color: '#509DAE'

red 80 ◦ green 157 ◦ blue 174

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

Shades of Boston Blue #509DAE

Tints of Boston Blue #509DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.2%

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

R = 19.46%
G = 38.2%
B = 42.34%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#509DAE (or 0x509DAE) is known color: Boston Blue. HEX triplet: 50, 9D and AE. RGB value is (80,157,174). Sum of RGB (Red+Green+Blue) = 80+157+174=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #509DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509DAE is #AF6251. Grayscale: #878787. Windows color (decimal): -11493970 or 11443536. OLE color: 11443536.

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

Color convert

RGB 80 157 174 -
CMYK 0.54 0.10 0 0.32
HSL 190.85º 0.37% 0.5% -
HSV(B) 190.85º 0.54% 0.68% -
XYZ 23.01 28.88 44.41 -
YUV 135.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 80 157 174 0.54 0.10 0 0.32 190.85 0.37 0.5
Hex 50 9D AE 36 A 0 20 BF 25 32
Octal 120 235 256 66 12 0 40 277 45 62
Binary 1010000 10011101 10101110 110110 1010 0 100000 10111111 100101 110010

Color Harmonies of #509DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DAE

Black with #509DAE

Text Example


Text Example

White with #509DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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