#52B3B6

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

Shades of Fountain Blue #52B3B6

Tints of Fountain Blue #52B3B6

Color information

#52B3B6 (or 0x52B3B6) is unknown color: approx Fountain Blue. HEX triplet: 52, B3 and B6. RGB value is (82,179,182). Sum of RGB (Red+Green+Blue) = 82+179+182=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #52B3B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B3B6 is #AD4C49. Grayscale: #969696. Windows color (decimal): -11357258 or 11973458. OLE color: 11973458.

HSL color Cylindrical-coordinate representation of color #52B3B6: hue angle of 181.8º degrees, saturation: 0.41, 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 #52B3B6 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB82179182-
CMYK0.550.0200.29
HSL181.8º40.65%51.76%-
HSV(B)181.8º54.95%71.37%-
XYZ28.0437.4150-
YUV150.34145.8679.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.51%
GREEN value IS 179 (70.31% from 255) = 40.41%
BLUE value IS 182 (71.48% from 255) = 41.08%
R=18.51%
G=40.41%
B=41.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821791820.550.0200.29181.840.6551.76
Hex52B3B637201Db62934
Octal1222632666720352665164
Binary101001010110011101101101101111001110110110110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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