#529AAB

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

Shades of Boston Blue #529AAB

Tints of Boston Blue #529AAB

Color information

#529AAB (or 0x529AAB) is unknown color: approx Boston Blue. HEX triplet: 52, 9A and AB. RGB value is (82,154,171). Sum of RGB (Red+Green+Blue) = 82+154+171=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #529AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529AAB is #AD6554. Grayscale: #868686. Windows color (decimal): -11363669 or 11246162. OLE color: 11246162.

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

Color convert

RGB82154171-
CMYK0.520.1000.33
HSL191.46º35.18%49.61%-
HSV(B)191.46º52.05%67.06%-
XYZ22.3927.8542.72-
YUV134.41148.6590.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.15%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=20.15%
G=37.84%
B=42.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821541710.520.1000.33191.4635.1849.61
Hex529AAB34A021bf2332
Octal12223225364120412774362
Binary101001010011010101010111101001010010000110111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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