#59A5AF

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

Shades of Fountain Blue #59A5AF

Tints of Fountain Blue #59A5AF

Color information

#59A5AF (or 0x59A5AF) is unknown color: approx Fountain Blue. HEX triplet: 59, A5 and AF. RGB value is (89,165,175). Sum of RGB (Red+Green+Blue) = 89+165+175=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #59A5AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A5AF is #A65A50. Grayscale: #8F8F8F. Windows color (decimal): -10902097 or 11511129. OLE color: 11511129.

HSL color Cylindrical-coordinate representation of color #59A5AF: hue angle of 186.98º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59A5AF is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89165175-
CMYK0.490.0600.31
HSL186.98º34.96%51.76%-
HSV(B)186.98º49.14%68.63%-
XYZ25.3132.1345.42-
YUV143.42145.8289.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.75%
GREEN value IS 165 (64.84% from 255) = 38.46%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=20.75%
G=38.46%
B=40.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891651750.490.0600.31186.9834.9651.76
Hex59A5AF31601Fbb2334
Octal1312452576160372734364
Binary1011001101001011010111111000111001111110111011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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