#5AA3AE

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

Shades of Fountain Blue #5AA3AE

Tints of Fountain Blue #5AA3AE

Color information

#5AA3AE (or 0x5AA3AE) is unknown color: approx Fountain Blue. HEX triplet: 5A, A3 and AE. RGB value is (90,163,174). Sum of RGB (Red+Green+Blue) = 90+163+174=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #5AA3AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA3AE is #A55C51. Grayscale: #8E8E8E. Windows color (decimal): -10837074 or 11445082. OLE color: 11445082.

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

Color convert

RGB90163174-
CMYK0.480.0600.32
HSL187.86º34.15%51.76%-
HSV(B)187.86º48.28%68.24%-
XYZ24.9531.4244.79-
YUV142.43145.8290.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.08%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=21.08%
G=38.17%
B=40.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901631740.480.0600.32187.8634.1551.76
Hex5AA3AE306020bc2234
Octal1322432566060402744264
Binary10110101010001110101110110000110010000010111100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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