Html Css Color HEX #529AAD Boston Blue

📋 copy color: '#529AAD'

red 82 ◦ green 154 ◦ blue 173

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

Shades of Boston Blue #529AAD

Tints of Boston Blue #529AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.65%

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

R = 20.05%
G = 37.65%
B = 42.3%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#529AAD (or 0x529AAD) is known color: Boston Blue. HEX triplet: 52, 9A and AD. RGB value is (82,154,173). Sum of RGB (Red+Green+Blue) = 82+154+173=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #529AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529AAD is #AD6552. Grayscale: #868686. Windows color (decimal): -11363667 or 11377234. OLE color: 11377234.

HSL color Cylindrical-coordinate representation of color #529AAD: hue angle of 192.53º 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 #529AAD is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 154 173 -
CMYK 0.53 0.11 0 0.32
HSL 192.53º 0.36% 0.5% -
HSV(B) 192.53º 0.53% 0.68% -
XYZ 22.58 27.92 43.73 -
YUV 134.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 82 154 173 0.53 0.11 0 0.32 192.53 0.36 0.5
Hex 52 9A AD 35 B 0 20 C1 24 32
Octal 122 232 255 65 13 0 40 301 44 62
Binary 1010010 10011010 10101101 110101 1011 0 100000 11000001 100100 110010

Color Harmonies of #529AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529AAD

Black with #529AAD

Text Example


Text Example

White with #529AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529AAD; }

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

 H1.HeaderClassName
 {
   color: #529AAD;
 }
 .AnyTagClassName
 {
   color: #529AAD;
 }
</style>

background-color css

<style>
 a { background-color: #529AAD; }

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

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

border-color css

<style>
 span { border-color: #529AAD; }

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

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