#52B6B7

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

Shades of Fountain Blue #52B6B7

Tints of Fountain Blue #52B6B7

Color information

#52B6B7 (or 0x52B6B7) is unknown color: approx Fountain Blue. HEX triplet: 52, B6 and B7. RGB value is (82,182,183). Sum of RGB (Red+Green+Blue) = 82+182+183=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 183 - color contains mainly: blue. Hex color #52B6B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B6B7 is #AD4948. Grayscale: #989898. Windows color (decimal): -11356489 or 12039762. OLE color: 12039762.

HSL color Cylindrical-coordinate representation of color #52B6B7: hue angle of 180.59º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B6B7 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB82182183-
CMYK0.550.0100.28
HSL180.59º41.22%51.96%-
HSV(B)180.59º55.19%71.76%-
XYZ28.7538.6750.75-
YUV152.21145.3777.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.34%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 183 (71.88% from 255) = 40.94%
R=18.34%
G=40.72%
B=40.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821821830.550.0100.28180.5941.2251.96
Hex52B6B737101Cb52934
Octal1222662676710342655164
Binary10100101011011010110111110111101110010110101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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