Html Css Color HEX #5092AE Boston Blue

📋 copy color: '#5092AE'

red 80 ◦ green 146 ◦ blue 174

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

Shades of Boston Blue #5092AE

Tints of Boston Blue #5092AE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.5%

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

R = 20%
G = 36.5%
B = 43.5%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5092AE (or 0x5092AE) is known color: Boston Blue. HEX triplet: 50, 92 and AE. RGB value is (80,146,174). Sum of RGB (Red+Green+Blue) = 80+146+174=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #5092AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5092AE is #AF6D51. Grayscale: #818181. Windows color (decimal): -11496786 or 11440720. OLE color: 11440720.

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

Color convert

RGB 80 146 174 -
CMYK 0.54 0.16 0 0.32
HSL 197.87º 0.37% 0.5% -
HSV(B) 197.87º 0.54% 0.68% -
XYZ 21.23 25.32 43.81 -
YUV 129.46 153.13 92.72 -
System Red Green Blue C M Y K H S L
Decimal 80 146 174 0.54 0.16 0 0.32 197.87 0.37 0.5
Hex 50 92 AE 36 10 0 20 C6 25 32
Octal 120 222 256 66 20 0 40 306 45 62
Binary 1010000 10010010 10101110 110110 10000 0 100000 11000110 100101 110010

Color Harmonies of #5092AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5092AE

Black with #5092AE

Text Example


Text Example

White with #5092AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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