#59ABAD

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

Shades of Fountain Blue #59ABAD

Tints of Fountain Blue #59ABAD

Color information

#59ABAD (or 0x59ABAD) is unknown color: approx Fountain Blue. HEX triplet: 59, AB and AD. RGB value is (89,171,173). Sum of RGB (Red+Green+Blue) = 89+171+173=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #59ABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59ABAD is #A65452. Grayscale: #929292. Windows color (decimal): -10900563 or 11381593. OLE color: 11381593.

HSL color Cylindrical-coordinate representation of color #59ABAD: hue angle of 181.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59ABAD is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89171173-
CMYK0.490.0100.32
HSL181.43º33.87%51.37%-
HSV(B)181.43º48.55%67.84%-
XYZ26.2334.2744.77-
YUV146.71142.8386.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.55%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=20.55%
G=39.49%
B=39.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891711730.490.0100.32181.4333.8751.37
Hex59ABAD311020b52233
Octal1312532556110402654263
Binary101100110101011101011011100011010000010110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,171,173); }

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

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

 a { background-color: rgb(89,171,173); }

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

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

 span { border-color: rgb(89,171,173); }

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