#52A9B3

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

Shades of Fountain Blue #52A9B3

Tints of Fountain Blue #52A9B3

Color information

#52A9B3 (or 0x52A9B3) is unknown color: approx Fountain Blue. HEX triplet: 52, A9 and B3. RGB value is (82,169,179). Sum of RGB (Red+Green+Blue) = 82+169+179=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #52A9B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A9B3 is #AD564C. Grayscale: #909090. Windows color (decimal): -11359821 or 11774290. OLE color: 11774290.

HSL color Cylindrical-coordinate representation of color #52A9B3: hue angle of 186.19º degrees, saturation: 0.39, 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 #52A9B3 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB82169179-
CMYK0.540.0600.30
HSL186.19º38.96%51.18%-
HSV(B)186.19º54.19%70.2%-
XYZ25.833.4247.74-
YUV144.13147.6883.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.07%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 179 (70.31% from 255) = 41.63%
R=19.07%
G=39.30%
B=41.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal821691790.540.0600.30186.1938.9651.18
Hex52A9B336601Eba2733
Octal1222512636660362724763
Binary1010010101010011011001111011011001111010111010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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