Html Css Color HEX #5092AA Boston Blue

📋 copy color: '#5092AA'

red 80 ◦ green 146 ◦ blue 170

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

Shades of Boston Blue #5092AA

Tints of Boston Blue #5092AA

RGB

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

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

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

R = 20.2%
G = 36.87%
B = 42.93%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5092AA (or 0x5092AA) is known color: Boston Blue. HEX triplet: 50, 92 and AA. RGB value is (80,146,170). Sum of RGB (Red+Green+Blue) = 80+146+170=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #5092AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5092AA is #AF6D55. Grayscale: #808080. Windows color (decimal): -11496790 or 11178576. OLE color: 11178576.

HSL color Cylindrical-coordinate representation of color #5092AA: hue angle of 196º 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 #5092AA is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 146 170 -
CMYK 0.53 0.14 0 0.33
HSL 196º 0.36% 0.49% -
HSV(B) 196º 0.53% 0.67% -
XYZ 20.84 25.17 41.79 -
YUV 129 151.13 93.05 -
System Red Green Blue C M Y K H S L
Decimal 80 146 170 0.53 0.14 0 0.33 196 0.36 0.49
Hex 50 92 AA 35 E 0 21 C4 24 31
Octal 120 222 252 65 16 0 41 304 44 61
Binary 1010000 10010010 10101010 110101 1110 0 100001 11000100 100100 110001

Color Harmonies of #5092AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5092AA

Black with #5092AA

Text Example


Text Example

White with #5092AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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