Html Css Color HEX #5297AC Boston Blue

📋 copy color: '#5297AC'

red 82 ◦ green 151 ◦ blue 172

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

Shades of Boston Blue #5297AC

Tints of Boston Blue #5297AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 20.25%
G = 37.28%
B = 42.47%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5297AC (or 0x5297AC) is known color: Boston Blue. HEX triplet: 52, 97 and AC. RGB value is (82,151,172). Sum of RGB (Red+Green+Blue) = 82+151+172=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #5297AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5297AC is #AD6853. Grayscale: #848484. Windows color (decimal): -11364436 or 11310930. OLE color: 11310930.

HSL color Cylindrical-coordinate representation of color #5297AC: hue angle of 194º 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 #5297AC is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 151 172 -
CMYK 0.52 0.12 0 0.33
HSL 194º 0.35% 0.5% -
HSV(B) 194º 0.52% 0.67% -
XYZ 21.99 26.91 43.06 -
YUV 132.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 82 151 172 0.52 0.12 0 0.33 194 0.35 0.5
Hex 52 97 AC 34 C 0 21 C2 23 32
Octal 122 227 254 64 14 0 41 302 43 62
Binary 1010010 10010111 10101100 110100 1100 0 100001 11000010 100011 110010

Color Harmonies of #5297AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5297AC

Black with #5297AC

Text Example


Text Example

White with #5297AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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