Html Css Color HEX #5098AD Boston Blue

📋 copy color: '#5098AD'

red 80 ◦ green 152 ◦ blue 173

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

Shades of Boston Blue #5098AD

Tints of Boston Blue #5098AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.53%

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

R = 19.75%
G = 37.53%
B = 42.72%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5098AD (or 0x5098AD) is known color: Boston Blue. HEX triplet: 50, 98 and AD. RGB value is (80,152,173). Sum of RGB (Red+Green+Blue) = 80+152+173=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #5098AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5098AD is #AF6752. Grayscale: #848484. Windows color (decimal): -11495251 or 11376720. OLE color: 11376720.

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

Color convert

RGB 80 152 173 -
CMYK 0.54 0.12 0 0.32
HSL 193.55º 0.37% 0.5% -
HSV(B) 193.55º 0.54% 0.68% -
XYZ 22.08 27.18 43.62 -
YUV 132.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 80 152 173 0.54 0.12 0 0.32 193.55 0.37 0.5
Hex 50 98 AD 36 C 0 20 C2 25 32
Octal 120 230 255 66 14 0 40 302 45 62
Binary 1010000 10011000 10101101 110110 1100 0 100000 11000010 100101 110010

Color Harmonies of #5098AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5098AD

Black with #5098AD

Text Example


Text Example

White with #5098AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5098AD; }

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

 H1.HeaderClassName
 {
   color: #5098AD;
 }
 .AnyTagClassName
 {
   color: #5098AD;
 }
</style>

background-color css

<style>
 a { background-color: #5098AD; }

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

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

border-color css

<style>
 span { border-color: #5098AD; }

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

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