Html Css Color HEX #5297A7 Boston Blue

📋 copy color: '#5297A7'

red 82 ◦ green 151 ◦ blue 167

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

Shades of Boston Blue #5297A7

Tints of Boston Blue #5297A7

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.75%

 BLUE value IS 167 (65.63% from 255) = 41.75%

R = 20.5%
G = 37.75%
B = 41.75%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5297A7 (or 0x5297A7) is known color: Boston Blue. HEX triplet: 52, 97 and A7. RGB value is (82,151,167). Sum of RGB (Red+Green+Blue) = 82+151+167=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 167 - color contains mainly: blue. Hex color #5297A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5297A7 is #AD6858. Grayscale: #848484. Windows color (decimal): -11364441 or 10983250. OLE color: 10983250.

HSL color Cylindrical-coordinate representation of color #5297A7: hue angle of 191.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5297A7 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 151 167 -
CMYK 0.51 0.10 0 0.35
HSL 191.29º 0.34% 0.49% -
HSV(B) 191.29º 0.51% 0.65% -
XYZ 21.52 26.72 40.58 -
YUV 132.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 82 151 167 0.51 0.10 0 0.35 191.29 0.34 0.49
Hex 52 97 A7 33 A 0 23 BF 22 31
Octal 122 227 247 63 12 0 43 277 42 61
Binary 1010010 10010111 10100111 110011 1010 0 100011 10111111 100010 110001

Color Harmonies of #5297A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5297A7

Black with #5297A7

Text Example


Text Example

White with #5297A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5297A7; }

 p { color: rgb(82,151,167); }

 H1.HeaderClassName
 {
   color: #5297A7;
 }
 .AnyTagClassName
 {
   color: #5297A7;
 }
</style>

background-color css

<style>
 a { background-color: #5297A7; }

 a { background-color: rgb(82,151,167); }

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

border-color css

<style>
 span { border-color: #5297A7; }

 span { border-color: rgb(82,151,167); }

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