#5AA5AE

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

Shades of Fountain Blue #5AA5AE

Tints of Fountain Blue #5AA5AE

Color information

#5AA5AE (or 0x5AA5AE) is unknown color: approx Fountain Blue. HEX triplet: 5A, A5 and AE. RGB value is (90,165,174). Sum of RGB (Red+Green+Blue) = 90+165+174=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #5AA5AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA5AE is #A55A51. Grayscale: #8F8F8F. Windows color (decimal): -10836562 or 11445594. OLE color: 11445594.

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

Color convert

RGB90165174-
CMYK0.480.0500.32
HSL186.43º34.15%51.76%-
HSV(B)186.43º48.28%68.24%-
XYZ25.3132.1444.91-
YUV143.6145.1589.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.98%
GREEN value IS 165 (64.84% from 255) = 38.46%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=20.98%
G=38.46%
B=40.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901651740.480.0500.32186.4334.1551.76
Hex5AA5AE305020ba2234
Octal1322452566050402724264
Binary10110101010010110101110110000101010000010111010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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