#529BAD

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

Shades of Boston Blue #529BAD

Tints of Boston Blue #529BAD

Color information

#529BAD (or 0x529BAD) is unknown color: approx Boston Blue. HEX triplet: 52, 9B and AD. RGB value is (82,155,173). Sum of RGB (Red+Green+Blue) = 82+155+173=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #529BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529BAD is #AD6452. Grayscale: #878787. Windows color (decimal): -11363411 or 11377490. OLE color: 11377490.

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

Color convert

RGB82155173-
CMYK0.530.1000.32
HSL191.87º35.69%50%-
HSV(B)191.87º52.6%67.84%-
XYZ22.7428.2543.79-
YUV135.22149.3290.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20%
GREEN value IS 155 (60.94% from 255) = 37.80%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=20%
G=37.80%
B=42.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821551730.530.1000.32191.8735.6950
Hex529BAD35A020c02432
Octal12223325565120403004462
Binary101001010011011101011011101011010010000011000000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #529BAD;
 }
 .AnyTagClassName
 {
   color: #529BAD;
 }
</style>
background-color css

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

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

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

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

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

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