Html Css Color HEX #509AAA Boston Blue

📋 copy color: '#509AAA'

red 80 ◦ green 154 ◦ blue 170

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

Shades of Boston Blue #509AAA

Tints of Boston Blue #509AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 19.8%
G = 38.12%
B = 42.08%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#509AAA (or 0x509AAA) is known color: Boston Blue. HEX triplet: 50, 9A and AA. RGB value is (80,154,170). Sum of RGB (Red+Green+Blue) = 80+154+170=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #509AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509AAA is #AF6555. Grayscale: #858585. Windows color (decimal): -11494742 or 11180624. OLE color: 11180624.

HSL color Cylindrical-coordinate representation of color #509AAA: hue angle of 190.67º degrees, saturation: 0.36, 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 #509AAA is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 154 170 -
CMYK 0.53 0.09 0 0.33
HSL 190.67º 0.36% 0.49% -
HSV(B) 190.67º 0.53% 0.67% -
XYZ 22.12 27.72 42.21 -
YUV 133.7 148.48 89.7 -
System Red Green Blue C M Y K H S L
Decimal 80 154 170 0.53 0.09 0 0.33 190.67 0.36 0.49
Hex 50 9A AA 35 9 0 21 BF 24 31
Octal 120 232 252 65 11 0 41 277 44 61
Binary 1010000 10011010 10101010 110101 1001 0 100001 10111111 100100 110001

Color Harmonies of #509AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509AAA

Black with #509AAA

Text Example


Text Example

White with #509AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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