#52AAB5

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

Shades of Fountain Blue #52AAB5

Tints of Fountain Blue #52AAB5

Color information

#52AAB5 (or 0x52AAB5) is unknown color: approx Fountain Blue. HEX triplet: 52, AA and B5. RGB value is (82,170,181). Sum of RGB (Red+Green+Blue) = 82+170+181=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #52AAB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AAB5 is #AD554A. Grayscale: #909090. Windows color (decimal): -11359563 or 11905618. OLE color: 11905618.

HSL color Cylindrical-coordinate representation of color #52AAB5: hue angle of 186.67º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52AAB5 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB82170181-
CMYK0.550.0600.29
HSL186.67º40.08%51.57%-
HSV(B)186.67º54.7%70.98%-
XYZ26.1933.8848.87-
YUV144.94148.3583.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.94%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 181 (71.09% from 255) = 41.80%
R=18.94%
G=39.26%
B=41.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821701810.550.0600.29186.6740.0851.57
Hex52AAB537601Dbb2834
Octal1222522656760352735064
Binary1010010101010101011010111011111001110110111011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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