#52B1B6

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

Shades of Fountain Blue #52B1B6

Tints of Fountain Blue #52B1B6

Color information

#52B1B6 (or 0x52B1B6) is unknown color: approx Fountain Blue. HEX triplet: 52, B1 and B6. RGB value is (82,177,182). Sum of RGB (Red+Green+Blue) = 82+177+182=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #52B1B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B1B6 is #AD4E49. Grayscale: #959595. Windows color (decimal): -11357770 or 11972946. OLE color: 11972946.

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

Color convert

RGB82177182-
CMYK0.550.0300.29
HSL183º40.65%51.76%-
HSV(B)183º54.95%71.37%-
XYZ27.6536.6249.87-
YUV149.16146.5380.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.59%
GREEN value IS 177 (69.53% from 255) = 40.14%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=18.59%
G=40.14%
B=41.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821771820.550.0300.2918340.6551.76
Hex52B1B637301Db72934
Octal1222612666730352675164
Binary101001010110001101101101101111101110110110111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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