Html Css Color HEX #5295AD Boston Blue

📋 copy color: '#5295AD'

red 82 ◦ green 149 ◦ blue 173

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

Shades of Boston Blue #5295AD

Tints of Boston Blue #5295AD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.88%

 BLUE value IS 173 (67.97% from 255) = 42.82%

R = 20.3%
G = 36.88%
B = 42.82%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5295AD (or 0x5295AD) is known color: Boston Blue. HEX triplet: 52, 95 and AD. RGB value is (82,149,173). Sum of RGB (Red+Green+Blue) = 82+149+173=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #5295AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5295AD is #AD6A52. Grayscale: #838383. Windows color (decimal): -11364947 or 11375954. OLE color: 11375954.

HSL color Cylindrical-coordinate representation of color #5295AD: hue angle of 195.82º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5295AD is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 149 173 -
CMYK 0.53 0.14 0 0.32
HSL 195.82º 0.36% 0.5% -
HSV(B) 195.82º 0.53% 0.68% -
XYZ 21.77 26.31 43.47 -
YUV 131.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 82 149 173 0.53 0.14 0 0.32 195.82 0.36 0.5
Hex 52 95 AD 35 E 0 20 C4 24 32
Octal 122 225 255 65 16 0 40 304 44 62
Binary 1010010 10010101 10101101 110101 1110 0 100000 11000100 100100 110010

Color Harmonies of #5295AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5295AD

Black with #5295AD

Text Example


Text Example

White with #5295AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5295AD; }

 p { color: rgb(82,149,173); }

 H1.HeaderClassName
 {
   color: #5295AD;
 }
 .AnyTagClassName
 {
   color: #5295AD;
 }
</style>

background-color css

<style>
 a { background-color: #5295AD; }

 a { background-color: rgb(82,149,173); }

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

border-color css

<style>
 span { border-color: #5295AD; }

 span { border-color: rgb(82,149,173); }

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