#59ABAC

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

Shades of Fountain Blue #59ABAC

Tints of Fountain Blue #59ABAC

Color information

#59ABAC (or 0x59ABAC) is unknown color: approx Fountain Blue. HEX triplet: 59, AB and AC. RGB value is (89,171,172). Sum of RGB (Red+Green+Blue) = 89+171+172=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #59ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59ABAC is #A65453. Grayscale: #929292. Windows color (decimal): -10900564 or 11316057. OLE color: 11316057.

HSL color Cylindrical-coordinate representation of color #59ABAC: hue angle of 180.72º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59ABAC is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89171172-
CMYK0.480.0100.33
HSL180.72º33.33%51.18%-
HSV(B)180.72º48.26%67.45%-
XYZ26.1334.2344.26-
YUV146.6142.3386.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.60%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=20.60%
G=39.58%
B=39.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891711720.480.0100.33180.7233.3351.18
Hex59ABAC301021b52133
Octal1312532546010412654163
Binary101100110101011101011001100001010000110110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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