Html Css Color HEX #5096AE Boston Blue

📋 copy color: '#5096AE'

red 80 ◦ green 150 ◦ blue 174

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

Shades of Boston Blue #5096AE

Tints of Boston Blue #5096AE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.13%

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

R = 19.8%
G = 37.13%
B = 43.07%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5096AE (or 0x5096AE) is known color: Boston Blue. HEX triplet: 50, 96 and AE. RGB value is (80,150,174). Sum of RGB (Red+Green+Blue) = 80+150+174=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #5096AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5096AE is #AF6951. Grayscale: #838383. Windows color (decimal): -11495762 or 11441744. OLE color: 11441744.

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

Color convert

RGB 80 150 174 -
CMYK 0.54 0.14 0 0.32
HSL 195.32º 0.37% 0.5% -
HSV(B) 195.32º 0.54% 0.68% -
XYZ 21.85 26.57 44.02 -
YUV 131.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 80 150 174 0.54 0.14 0 0.32 195.32 0.37 0.5
Hex 50 96 AE 36 E 0 20 C3 25 32
Octal 120 226 256 66 16 0 40 303 45 62
Binary 1010000 10010110 10101110 110110 1110 0 100000 11000011 100101 110010

Color Harmonies of #5096AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5096AE

Black with #5096AE

Text Example


Text Example

White with #5096AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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