Html Css Color HEX #5290AB Boston Blue

📋 copy color: '#5290AB'

red 82 ◦ green 144 ◦ blue 171

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

Shades of Boston Blue #5290AB

Tints of Boston Blue #5290AB

RGB

 RED value IS 82 (32.42% from 255) = 20.65%

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 20.65%
G = 36.27%
B = 43.07%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5290AB (or 0x5290AB) is known color: Boston Blue. HEX triplet: 52, 90 and AB. RGB value is (82,144,171). Sum of RGB (Red+Green+Blue) = 82+144+171=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #5290AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5290AB is #AD6F54. Grayscale: #808080. Windows color (decimal): -11366229 or 11243602. OLE color: 11243602.

HSL color Cylindrical-coordinate representation of color #5290AB: hue angle of 198.2º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5290AB is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 144 171 -
CMYK 0.52 0.16 0 0.33
HSL 198.2º 0.35% 0.5% -
HSV(B) 198.2º 0.52% 0.67% -
XYZ 20.8 24.68 42.2 -
YUV 128.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 82 144 171 0.52 0.16 0 0.33 198.2 0.35 0.5
Hex 52 90 AB 34 10 0 21 C6 23 32
Octal 122 220 253 64 20 0 41 306 43 62
Binary 1010010 10010000 10101011 110100 10000 0 100001 11000110 100011 110010

Color Harmonies of #5290AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5290AB

Black with #5290AB

Text Example


Text Example

White with #5290AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5290AB; }

 p { color: rgb(82,144,171); }

 H1.HeaderClassName
 {
   color: #5290AB;
 }
 .AnyTagClassName
 {
   color: #5290AB;
 }
</style>

background-color css

<style>
 a { background-color: #5290AB; }

 a { background-color: rgb(82,144,171); }

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

border-color css

<style>
 span { border-color: #5290AB; }

 span { border-color: rgb(82,144,171); }

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