Html Css Color HEX #529AAC Boston Blue

📋 copy color: '#529AAC'

red 82 ◦ green 154 ◦ blue 172

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

Shades of Boston Blue #529AAC

Tints of Boston Blue #529AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 20.1%
G = 37.75%
B = 42.16%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#529AAC (or 0x529AAC) is known color: Boston Blue. HEX triplet: 52, 9A and AC. RGB value is (82,154,172). Sum of RGB (Red+Green+Blue) = 82+154+172=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #529AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529AAC is #AD6553. Grayscale: #868686. Windows color (decimal): -11363668 or 11311698. OLE color: 11311698.

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

Color convert

RGB 82 154 172 -
CMYK 0.52 0.10 0 0.33
HSL 192º 0.35% 0.5% -
HSV(B) 192º 0.52% 0.67% -
XYZ 22.48 27.88 43.23 -
YUV 134.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 82 154 172 0.52 0.10 0 0.33 192 0.35 0.5
Hex 52 9A AC 34 A 0 21 C0 23 32
Octal 122 232 254 64 12 0 41 300 43 62
Binary 1010010 10011010 10101100 110100 1010 0 100001 11000000 100011 110010

Color Harmonies of #529AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529AAC

Black with #529AAC

Text Example


Text Example

White with #529AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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