#59A5B4

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

Shades of Fountain Blue #59A5B4

Tints of Fountain Blue #59A5B4

Color information

#59A5B4 (or 0x59A5B4) is unknown color: approx Fountain Blue. HEX triplet: 59, A5 and B4. RGB value is (89,165,180). Sum of RGB (Red+Green+Blue) = 89+165+180=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #59A5B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A5B4 is #A65A4B. Grayscale: #8F8F8F. Windows color (decimal): -10902092 or 11838809. OLE color: 11838809.

HSL color Cylindrical-coordinate representation of color #59A5B4: hue angle of 189.89º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59A5B4 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB89165180-
CMYK0.510.0800.29
HSL189.89º37.76%52.75%-
HSV(B)189.89º50.56%70.59%-
XYZ25.8132.3348.06-
YUV143.99148.3288.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.51%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 180 (70.70% from 255) = 41.47%
R=20.51%
G=38.02%
B=41.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891651800.510.0800.29189.8937.7652.75
Hex59A5B433801Dbe2635
Octal13124526463100352764665
Binary10110011010010110110100110011100001110110111110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,165,180); }

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

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

 a { background-color: rgb(89,165,180); }

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

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

 span { border-color: rgb(89,165,180); }

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