Html Css Color HEX #5098AE Boston Blue

📋 copy color: '#5098AE'

red 80 ◦ green 152 ◦ blue 174

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

Shades of Boston Blue #5098AE

Tints of Boston Blue #5098AE

RGB

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

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

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

R = 19.7%
G = 37.44%
B = 42.86%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5098AE (or 0x5098AE) is known color: Boston Blue. HEX triplet: 50, 98 and AE. RGB value is (80,152,174). Sum of RGB (Red+Green+Blue) = 80+152+174=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #5098AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5098AE is #AF6751. Grayscale: #848484. Windows color (decimal): -11495250 or 11442256. OLE color: 11442256.

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

Color convert

RGB 80 152 174 -
CMYK 0.54 0.13 0 0.32
HSL 194.04º 0.37% 0.5% -
HSV(B) 194.04º 0.54% 0.68% -
XYZ 22.18 27.22 44.13 -
YUV 132.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 80 152 174 0.54 0.13 0 0.32 194.04 0.37 0.5
Hex 50 98 AE 36 D 0 20 C2 25 32
Octal 120 230 256 66 15 0 40 302 45 62
Binary 1010000 10011000 10101110 110110 1101 0 100000 11000010 100101 110010

Color Harmonies of #5098AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5098AE

Black with #5098AE

Text Example


Text Example

White with #5098AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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