#5AA1AE

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

Shades of Fountain Blue #5AA1AE

Tints of Fountain Blue #5AA1AE

Color information

#5AA1AE (or 0x5AA1AE) is unknown color: approx Fountain Blue. HEX triplet: 5A, A1 and AE. RGB value is (90,161,174). Sum of RGB (Red+Green+Blue) = 90+161+174=425 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.18% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #5AA1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA1AE is #A55E51. Grayscale: #8D8D8D. Windows color (decimal): -10837586 or 11444570. OLE color: 11444570.

HSL color Cylindrical-coordinate representation of color #5AA1AE: hue angle of 189.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA1AE is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB90161174-
CMYK0.480.0700.32
HSL189.29º34.15%51.76%-
HSV(B)189.29º48.28%68.24%-
XYZ24.630.7244.68-
YUV141.25146.4891.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.18%
GREEN value IS 161 (63.28% from 255) = 37.88%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=21.18%
G=37.88%
B=40.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901611740.480.0700.32189.2934.1551.76
Hex5AA1AE307020bd2234
Octal1322412566070402754264
Binary10110101010000110101110110000111010000010111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,161,174); }

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

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

 a { background-color: rgb(90,161,174); }

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

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

 span { border-color: rgb(90,161,174); }

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