#52AAAD

Color #52AAAD Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #52AAAD

Tints of Fountain Blue #52AAAD

Color information

#52AAAD (or 0x52AAAD) is unknown color: approx Fountain Blue. HEX triplet: 52, AA and AD. RGB value is (82,170,173). Sum of RGB (Red+Green+Blue) = 82+170+173=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #52AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AAAD is #AD5552. Grayscale: #8F8F8F. Windows color (decimal): -11359571 or 11381330. OLE color: 11381330.

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

Color convert

RGB82170173-
CMYK0.530.0200.32
HSL181.98º35.69%50%-
HSV(B)181.98º52.6%67.84%-
XYZ25.433.5644.67-
YUV144.03144.3583.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.29%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=19.29%
G=40%
B=40.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821701730.530.0200.32181.9835.6950
Hex52AAAD352020b62432
Octal1222522556520402664462
Binary1010010101010101010110111010110010000010110110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52AAAD; }

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

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

<style>
 a { background-color: #52AAAD; }

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

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

<style>
 span { border-color: #52AAAD; }

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

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