#5AA8BA

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

Shades of Fountain Blue #5AA8BA

Tints of Fountain Blue #5AA8BA

Color information

#5AA8BA (or 0x5AA8BA) is unknown color: approx Fountain Blue. HEX triplet: 5A, A8 and BA. RGB value is (90,168,186). Sum of RGB (Red+Green+Blue) = 90+168+186=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #5AA8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA8BA is #A55745. Grayscale: #929292. Windows color (decimal): -10835782 or 12232794. OLE color: 12232794.

HSL color Cylindrical-coordinate representation of color #5AA8BA: hue angle of 191.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AA8BA is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB90168186-
CMYK0.520.1000.27
HSL191.25º41.03%54.12%-
HSV(B)191.25º51.61%72.94%-
XYZ27.0833.7251.54-
YUV146.73150.1687.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.27%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=20.27%
G=37.84%
B=41.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901681860.520.1000.27191.2541.0354.12
Hex5AA8BA34A01Bbf2936
Octal13225027264120332775166
Binary10110101010100010111010110100101001101110111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,168,186); }

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

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

 a { background-color: rgb(90,168,186); }

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

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

 span { border-color: rgb(90,168,186); }

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