#529AAD

Color #529AAD Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #529AAD

Tints of Boston Blue #529AAD

Color information

#529AAD (or 0x529AAD) is unknown color: approx 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

RGB82154173-
CMYK0.530.1100.32
HSL192.53º35.69%50%-
HSV(B)192.53º52.6%67.84%-
XYZ22.5827.9243.73-
YUV134.64149.6590.46-

RGB Variations

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

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.30%
R=20.05%
G=37.65%
B=42.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821541730.530.1100.32192.5335.6950
Hex529AAD35B020c12432
Octal12223225565130403014462
Binary101001010011010101011011101011011010000011000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>