#59B7B1

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

Shades of Fountain Blue #59B7B1

Tints of Fountain Blue #59B7B1

Color information

#59B7B1 (or 0x59B7B1) is unknown color: approx Fountain Blue. HEX triplet: 59, B7 and B1. RGB value is (89,183,177). Sum of RGB (Red+Green+Blue) = 89+183+177=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #59B7B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B7B1 is #A6484E. Grayscale: #9A9A9A. Windows color (decimal): -10897487 or 11646809. OLE color: 11646809.

HSL color Cylindrical-coordinate representation of color #59B7B1: hue angle of 176.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59B7B1 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB89183177-
CMYK0.5100.030.28
HSL176.17º39.5%53.33%-
HSV(B)176.17º51.37%71.76%-
XYZ28.9939.1747.63-
YUV154.21140.8681.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.82%
GREEN value IS 183 (71.88% from 255) = 40.76%
BLUE value IS 177 (69.53% from 255) = 39.42%
R=19.82%
G=40.76%
B=39.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal891831770.5100.030.28176.1739.553.33
Hex59B7B133031Cb02735
Octal1312672616303342604765
Binary101100110110111101100011100110111110010110000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59B7B1; }

 p { color: rgb(89,183,177); }

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

<style>
 a { background-color: #59B7B1; }

 a { background-color: rgb(89,183,177); }

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

<style>
 span { border-color: #59B7B1; }

 span { border-color: rgb(89,183,177); }

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