#59A3B2

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

Shades of Fountain Blue #59A3B2

Tints of Fountain Blue #59A3B2

Color information

#59A3B2 (or 0x59A3B2) is unknown color: approx Fountain Blue. HEX triplet: 59, A3 and B2. RGB value is (89,163,178). Sum of RGB (Red+Green+Blue) = 89+163+178=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 178 - color contains mainly: blue. Hex color #59A3B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A3B2 is #A65C4D. Grayscale: #8E8E8E. Windows color (decimal): -10902606 or 11707225. OLE color: 11707225.

HSL color Cylindrical-coordinate representation of color #59A3B2: hue angle of 190.11º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59A3B2 is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB89163178-
CMYK0.50.0800.30
HSL190.11º36.63%52.35%-
HSV(B)190.11º50%69.8%-
XYZ25.2531.5346.87-
YUV142.58147.9889.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.70%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 178 (69.92% from 255) = 41.40%
R=20.70%
G=37.91%
B=41.40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal891631780.50.0800.30190.1136.6352.35
Hex59A3B232801Ebe2534
Octal13124326262100362764564
Binary10110011010001110110010110010100001111010111110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,163,178); }

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

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

 a { background-color: rgb(89,163,178); }

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

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

 span { border-color: rgb(89,163,178); }

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