#52A9B2

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

Shades of Fountain Blue #52A9B2

Tints of Fountain Blue #52A9B2

Color information

#52A9B2 (or 0x52A9B2) is unknown color: approx Fountain Blue. HEX triplet: 52, A9 and B2. RGB value is (82,169,178). Sum of RGB (Red+Green+Blue) = 82+169+178=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 178 - color contains mainly: blue. Hex color #52A9B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A9B2 is #AD564D. Grayscale: #8F8F8F. Windows color (decimal): -11359822 or 11708754. OLE color: 11708754.

HSL color Cylindrical-coordinate representation of color #52A9B2: hue angle of 185.62º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52A9B2 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB82169178-
CMYK0.540.0500.30
HSL185.62º38.4%50.98%-
HSV(B)185.62º53.93%69.8%-
XYZ25.733.3847.21-
YUV144.01147.1883.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 169 (66.41% from 255) = 39.39%
BLUE value IS 178 (69.92% from 255) = 41.49%
R=19.11%
G=39.39%
B=41.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal821691780.540.0500.30185.6238.450.98
Hex52A9B236501Eba2633
Octal1222512626650362724663
Binary1010010101010011011001011011010101111010111010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,169,178); }

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

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

 a { background-color: rgb(82,169,178); }

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

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

 span { border-color: rgb(82,169,178); }

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