#5AABAC

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

Shades of Fountain Blue #5AABAC

Tints of Fountain Blue #5AABAC

Color information

#5AABAC (or 0x5AABAC) is unknown color: approx Fountain Blue. HEX triplet: 5A, AB and AC. RGB value is (90,171,172). Sum of RGB (Red+Green+Blue) = 90+171+172=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #5AABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AABAC is #A55453. Grayscale: #929292. Windows color (decimal): -10835028 or 11316058. OLE color: 11316058.

HSL color Cylindrical-coordinate representation of color #5AABAC: hue angle of 180.73º 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 #5AABAC is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90171172-
CMYK0.480.0100.33
HSL180.73º33.06%51.37%-
HSV(B)180.73º47.67%67.45%-
XYZ26.2334.2844.26-
YUV146.89142.1687.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.79%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=20.79%
G=39.49%
B=39.72%

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
Decimal901711720.480.0100.33180.7333.0651.37
Hex5AABAC301021b52133
Octal1322532546010412654163
Binary101101010101011101011001100001010000110110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AABAC; }

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

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

<style>
 a { background-color: #5AABAC; }

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

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

<style>
 span { border-color: #5AABAC; }

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

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